WIDTH 79 libavcodec/c93.c int from_x = offset % WIDTH; WIDTH 80 libavcodec/c93.c int from_y = offset / WIDTH; WIDTH 81 libavcodec/c93.c int overflow = from_x + width - WIDTH; WIDTH 136 libavcodec/c93.c if ((ret = ff_set_dimensions(avctx, WIDTH, HEIGHT)) < 0) WIDTH 158 libavcodec/c93.c for (x = 0; x < WIDTH; x += 8) { WIDTH 181 libavcodec/c93.c int from_x = offset % WIDTH; WIDTH 182 libavcodec/c93.c int from_y = offset / WIDTH; WIDTH 184 libavcodec/c93.c (FFABS(from_x - x-i) < 4 || FFABS(from_x - x-i) > WIDTH-4)) { WIDTH 53 libavcodec/diracdsp.c #define PIXOP_BILINEAR(PFX, OP, WIDTH) \ WIDTH 54 libavcodec/diracdsp.c static void ff_ ## PFX ## _dirac_pixels ## WIDTH ## _bilinear_c(uint8_t *dst, const uint8_t *src[5], int stride, int h) \ WIDTH 64 libavcodec/diracdsp.c for (x = 0; x < WIDTH; x++) { \ WIDTH 170 libavcodec/diracdsp.c #define PIXFUNC(PFX, WIDTH) \ WIDTH 171 libavcodec/diracdsp.c c->PFX ## _dirac_pixels_tab[WIDTH>>4][0] = ff_ ## PFX ## _dirac_pixels ## WIDTH ## _c; \ WIDTH 172 libavcodec/diracdsp.c c->PFX ## _dirac_pixels_tab[WIDTH>>4][1] = ff_ ## PFX ## _dirac_pixels ## WIDTH ## _l2_c; \ WIDTH 173 libavcodec/diracdsp.c c->PFX ## _dirac_pixels_tab[WIDTH>>4][2] = ff_ ## PFX ## _dirac_pixels ## WIDTH ## _l4_c; \ WIDTH 174 libavcodec/diracdsp.c c->PFX ## _dirac_pixels_tab[WIDTH>>4][3] = ff_ ## PFX ## _dirac_pixels ## WIDTH ## _bilinear_c WIDTH 42 libavcodec/motion-test.c static uint8_t img1[WIDTH * HEIGHT]; WIDTH 43 libavcodec/motion-test.c static uint8_t img2[WIDTH * HEIGHT]; WIDTH 77 libavcodec/motion-test.c fill_random(img1, WIDTH * HEIGHT); WIDTH 78 libavcodec/motion-test.c fill_random(img2, WIDTH * HEIGHT); WIDTH 81 libavcodec/motion-test.c for(x=0;x<WIDTH-17;x++) { WIDTH 82 libavcodec/motion-test.c ptr = img2 + y * WIDTH + x; WIDTH 83 libavcodec/motion-test.c d1 = test_func(NULL, img1, ptr, WIDTH, 8); WIDTH 84 libavcodec/motion-test.c d2 = ref_func(NULL, img1, ptr, WIDTH, 8); WIDTH 98 libavcodec/motion-test.c for(x=0;x<WIDTH-17;x++) { WIDTH 99 libavcodec/motion-test.c ptr = img2 + y * WIDTH + x; WIDTH 100 libavcodec/motion-test.c d1 += test_func(NULL, img1, ptr, WIDTH, 8); WIDTH 109 libavcodec/motion-test.c (double)NB_ITS * (WIDTH - 16) * (HEIGHT - 16) / WIDTH 257 libavcodec/ppc/vp8dsp_altivec.c #define EPEL_FUNCS(WIDTH, TAPS) \ WIDTH 259 libavcodec/ppc/vp8dsp_altivec.c void put_vp8_epel ## WIDTH ## _h ## TAPS ## _altivec(uint8_t *dst, ptrdiff_t dst_stride, uint8_t *src, ptrdiff_t src_stride, int h, int mx, int my) \ WIDTH 261 libavcodec/ppc/vp8dsp_altivec.c put_vp8_epel_h_altivec_core(dst, dst_stride, src, src_stride, h, mx, WIDTH, TAPS == 6); \ WIDTH 265 libavcodec/ppc/vp8dsp_altivec.c void put_vp8_epel ## WIDTH ## _v ## TAPS ## _altivec(uint8_t *dst, ptrdiff_t dst_stride, uint8_t *src, ptrdiff_t src_stride, int h, int mx, int my) \ WIDTH 267 libavcodec/ppc/vp8dsp_altivec.c put_vp8_epel_v_altivec_core(dst, dst_stride, src, src_stride, h, my, WIDTH, TAPS == 6); \ WIDTH 270 libavcodec/ppc/vp8dsp_altivec.c #define EPEL_HV(WIDTH, HTAPS, VTAPS) \ WIDTH 271 libavcodec/ppc/vp8dsp_altivec.c static void put_vp8_epel ## WIDTH ## _h ## HTAPS ## v ## VTAPS ## _altivec(uint8_t *dst, ptrdiff_t dstride, uint8_t *src, ptrdiff_t sstride, int h, int mx, int my) \ WIDTH 273 libavcodec/ppc/vp8dsp_altivec.c DECLARE_ALIGNED(16, uint8_t, tmp)[(2*WIDTH+5)*16]; \ WIDTH 275 libavcodec/ppc/vp8dsp_altivec.c put_vp8_epel ## WIDTH ## _h ## HTAPS ## _altivec(tmp, 16, src-2*sstride, sstride, h+5, mx, my); \ WIDTH 276 libavcodec/ppc/vp8dsp_altivec.c put_vp8_epel ## WIDTH ## _v ## VTAPS ## _altivec(dst, dstride, tmp+2*16, 16, h, mx, my); \ WIDTH 278 libavcodec/ppc/vp8dsp_altivec.c put_vp8_epel ## WIDTH ## _h ## HTAPS ## _altivec(tmp, 16, src-sstride, sstride, h+4, mx, my); \ WIDTH 279 libavcodec/ppc/vp8dsp_altivec.c put_vp8_epel ## WIDTH ## _v ## VTAPS ## _altivec(dst, dstride, tmp+16, 16, h, mx, my); \ WIDTH 465 libavcodec/vp8dsp.c #define PUT_PIXELS(WIDTH) \ WIDTH 466 libavcodec/vp8dsp.c static void put_vp8_pixels ## WIDTH ## _c(uint8_t *dst, ptrdiff_t dststride, \ WIDTH 472 libavcodec/vp8dsp.c memcpy(dst, src, WIDTH); \ WIDTH 281 libavfilter/vsrc_mptestsrc.c outlink->w = WIDTH; WIDTH 302 libavfilter/vsrc_mptestsrc.c int w = WIDTH, h = HEIGHT,