59 for (j = 0; j <
width; j++)
60 dst[j] = ((2 *
src[j] +
src[j + 1] + 1) *
73 for (j = 0; j <
width; j++)
74 dst[j] = ((
src[j] + 2 *
src[j + 1] + 1) *
87 for (j = 0; j <
width; j++)
101 for (j = 0; j <
width; j++)
102 dst[j] = ((4 *
src[j] + 3 *
src[j + 1] +
116 for (j = 0; j <
width; j++)
117 dst[j] = ((3 *
src[j] + 2 *
src[j + 1] +
131 for (j = 0; j <
width; j++)
145 for (j = 0; j <
width; j++)
146 dst[j] = ((3 *
src[j] + 4 *
src[j + 1] +
160 for (j = 0; j <
width; j++)
161 dst[j] = ((2 *
src[j] + 3 *
src[j + 1] +
194 for (j = 0; j <
width; j++)
196 (((2 *
src[j] +
src[j + 1] + 1) *
197 683) >> 11) + 1) >> 1;
209 for (j = 0; j <
width; j++)
211 (((
src[j] + 2 *
src[j + 1] + 1) *
212 683) >> 11) + 1) >> 1;
224 for (j = 0; j <
width; j++)
227 683) >> 11) + 1) >> 1;
239 for (j = 0; j <
width; j++)
241 (((4 *
src[j] + 3 *
src[j + 1] +
243 2731) >> 15) + 1) >> 1;
255 for (j = 0; j <
width; j++)
257 (((3 *
src[j] + 2 *
src[j + 1] +
259 2731) >> 15) + 1) >> 1;
271 for (j = 0; j <
width; j++)
274 683) >> 11) + 1) >> 1;
286 for (j = 0; j <
width; j++)
288 (((3 *
src[j] + 4 *
src[j + 1] +
290 2731) >> 15) + 1) >> 1;
302 for (j = 0; j <
width; j++)
304 (((2 *
src[j] + 3 *
src[j + 1] +
306 2731) >> 15) + 1) >> 1;
Macro definitions for various function/variable attributes.
static void avg_tpel_pixels_mc10_c(uint8_t *dst, const uint8_t *src, int stride, int width, int height)
static void avg_tpel_pixels_mc01_c(uint8_t *dst, const uint8_t *src, int stride, int width, int height)
static void avg_tpel_pixels_mc22_c(uint8_t *dst, const uint8_t *src, int stride, int width, int height)
static void put_tpel_pixels_mc21_c(uint8_t *dst, const uint8_t *src, int stride, int width, int height)
static void put_tpel_pixels_mc20_c(uint8_t *dst, const uint8_t *src, int stride, int width, int height)
static void put_tpel_pixels_mc10_c(uint8_t *dst, const uint8_t *src, int stride, int width, int height)
static void avg_tpel_pixels_mc21_c(uint8_t *dst, const uint8_t *src, int stride, int width, int height)
static void put_tpel_pixels_mc11_c(uint8_t *dst, const uint8_t *src, int stride, int width, int height)
static void avg_tpel_pixels_mc11_c(uint8_t *dst, const uint8_t *src, int stride, int width, int height)
static void avg_tpel_pixels_mc12_c(uint8_t *dst, const uint8_t *src, int stride, int width, int height)
static void avg_tpel_pixels_mc20_c(uint8_t *dst, const uint8_t *src, int stride, int width, int height)
static void put_tpel_pixels_mc12_c(uint8_t *dst, const uint8_t *src, int stride, int width, int height)
static void put_tpel_pixels_mc02_c(uint8_t *dst, const uint8_t *src, int stride, int width, int height)
static void avg_tpel_pixels_mc00_c(uint8_t *dst, const uint8_t *src, int stride, int width, int height)
static void put_tpel_pixels_mc00_c(uint8_t *dst, const uint8_t *src, int stride, int width, int height)
static void put_tpel_pixels_mc22_c(uint8_t *dst, const uint8_t *src, int stride, int width, int height)
static void put_tpel_pixels_mc01_c(uint8_t *dst, const uint8_t *src, int stride, int width, int height)
static void avg_tpel_pixels_mc02_c(uint8_t *dst, const uint8_t *src, int stride, int width, int height)
av_cold void ff_tpeldsp_init(TpelDSPContext *c)