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              52 libavcodec/diracdsp.c #define PIXOP_BILINEAR(PFX, OP, WIDTH)                                  \
WIDTH              53 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              63 libavcodec/diracdsp.c             for (x = 0; x < WIDTH; x++) {                               \
WIDTH             213 libavcodec/diracdsp.c #define PIXFUNC(PFX, WIDTH)                                             \
WIDTH             214 libavcodec/diracdsp.c     c->PFX ## _dirac_pixels_tab[WIDTH>>4][0] = ff_ ## PFX ## _dirac_pixels ## WIDTH ## _c; \
WIDTH             215 libavcodec/diracdsp.c     c->PFX ## _dirac_pixels_tab[WIDTH>>4][1] = ff_ ## PFX ## _dirac_pixels ## WIDTH ## _l2_c; \
WIDTH             216 libavcodec/diracdsp.c     c->PFX ## _dirac_pixels_tab[WIDTH>>4][2] = ff_ ## PFX ## _dirac_pixels ## WIDTH ## _l4_c; \
WIDTH             217 libavcodec/diracdsp.c     c->PFX ## _dirac_pixels_tab[WIDTH>>4][3] = ff_ ## PFX ## _dirac_pixels ## WIDTH ## _bilinear_c
WIDTH            4910 libavcodec/mips/hevc_mc_bi_msa.c #define BI_MC_COPY(WIDTH)                                                 \
WIDTH            4911 libavcodec/mips/hevc_mc_bi_msa.c void ff_hevc_put_hevc_bi_pel_pixels##WIDTH##_8_msa(uint8_t *dst,          \
WIDTH            4921 libavcodec/mips/hevc_mc_bi_msa.c     hevc_bi_copy_##WIDTH##w_msa(src, src_stride, src_16bit, MAX_PB_SIZE,  \
WIDTH            4937 libavcodec/mips/hevc_mc_bi_msa.c #define BI_MC(PEL, DIR, WIDTH, TAP, DIR1, FILT_DIR)                          \
WIDTH            4938 libavcodec/mips/hevc_mc_bi_msa.c void ff_hevc_put_hevc_bi_##PEL##_##DIR##WIDTH##_8_msa(uint8_t *dst,          \
WIDTH            4950 libavcodec/mips/hevc_mc_bi_msa.c     hevc_##DIR1##_bi_##TAP##t_##WIDTH##w_msa(src, src_stride, src_16bit,     \
WIDTH            4991 libavcodec/mips/hevc_mc_bi_msa.c #define BI_MC_HV(PEL, WIDTH, TAP)                                         \
WIDTH            4992 libavcodec/mips/hevc_mc_bi_msa.c void ff_hevc_put_hevc_bi_##PEL##_hv##WIDTH##_8_msa(uint8_t *dst,          \
WIDTH            5005 libavcodec/mips/hevc_mc_bi_msa.c     hevc_hv_bi_##TAP##t_##WIDTH##w_msa(src, src_stride, src_16bit,        \
WIDTH            5906 libavcodec/mips/hevc_mc_biw_msa.c #define BI_W_MC_COPY(WIDTH)                                                  \
WIDTH            5907 libavcodec/mips/hevc_mc_biw_msa.c void ff_hevc_put_hevc_bi_w_pel_pixels##WIDTH##_8_msa(uint8_t *dst,           \
WIDTH            5925 libavcodec/mips/hevc_mc_biw_msa.c     hevc_biwgt_copy_##WIDTH##w_msa(src, src_stride, src_16bit, MAX_PB_SIZE,  \
WIDTH            5943 libavcodec/mips/hevc_mc_biw_msa.c #define BI_W_MC(PEL, DIR, WIDTH, TAP, DIR1, FILT_DIR)                         \
WIDTH            5944 libavcodec/mips/hevc_mc_biw_msa.c void ff_hevc_put_hevc_bi_w_##PEL##_##DIR##WIDTH##_8_msa(uint8_t *dst,         \
WIDTH            5964 libavcodec/mips/hevc_mc_biw_msa.c     hevc_##DIR1##_biwgt_##TAP##t_##WIDTH##w_msa(src, src_stride, src_16bit,   \
WIDTH            6007 libavcodec/mips/hevc_mc_biw_msa.c #define BI_W_MC_HV(PEL, WIDTH, TAP)                                         \
WIDTH            6008 libavcodec/mips/hevc_mc_biw_msa.c void ff_hevc_put_hevc_bi_w_##PEL##_hv##WIDTH##_8_msa(uint8_t *dst,          \
WIDTH            6027 libavcodec/mips/hevc_mc_biw_msa.c     hevc_hv_biwgt_##TAP##t_##WIDTH##w_msa(src, src_stride, src_16bit,       \
WIDTH            4034 libavcodec/mips/hevc_mc_uni_msa.c #define UNI_MC_COPY(WIDTH)                                                 \
WIDTH            4035 libavcodec/mips/hevc_mc_uni_msa.c void ff_hevc_put_hevc_uni_pel_pixels##WIDTH##_8_msa(uint8_t *dst,          \
WIDTH            4044 libavcodec/mips/hevc_mc_uni_msa.c     copy_width##WIDTH##_msa(src, src_stride, dst, dst_stride, height);     \
WIDTH            4057 libavcodec/mips/hevc_mc_uni_msa.c #define UNI_MC(PEL, DIR, WIDTH, TAP, DIR1, FILT_DIR)                           \
WIDTH            4058 libavcodec/mips/hevc_mc_uni_msa.c void ff_hevc_put_hevc_uni_##PEL##_##DIR##WIDTH##_8_msa(uint8_t *dst,           \
WIDTH            4069 libavcodec/mips/hevc_mc_uni_msa.c     common_##DIR1##_##TAP##t_##WIDTH##w_msa(src, src_stride, dst, dst_stride,  \
WIDTH            4109 libavcodec/mips/hevc_mc_uni_msa.c #define UNI_MC_HV(PEL, WIDTH, TAP)                                         \
WIDTH            4110 libavcodec/mips/hevc_mc_uni_msa.c void ff_hevc_put_hevc_uni_##PEL##_hv##WIDTH##_8_msa(uint8_t *dst,          \
WIDTH            4122 libavcodec/mips/hevc_mc_uni_msa.c     hevc_hv_uni_##TAP##t_##WIDTH##w_msa(src, src_stride, dst, dst_stride,  \
WIDTH            5255 libavcodec/mips/hevc_mc_uniw_msa.c #define UNIWGT_MC_COPY(WIDTH)                                                \
WIDTH            5256 libavcodec/mips/hevc_mc_uniw_msa.c void ff_hevc_put_hevc_uni_w_pel_pixels##WIDTH##_8_msa(uint8_t *dst,          \
WIDTH            5269 libavcodec/mips/hevc_mc_uniw_msa.c     hevc_uniwgt_copy_##WIDTH##w_msa(src, src_stride, dst, dst_stride,        \
WIDTH            5285 libavcodec/mips/hevc_mc_uniw_msa.c #define UNI_W_MC(PEL, DIR, WIDTH, TAP, DIR1, FILT_DIR)                        \
WIDTH            5286 libavcodec/mips/hevc_mc_uniw_msa.c void ff_hevc_put_hevc_uni_w_##PEL##_##DIR##WIDTH##_8_msa(uint8_t *dst,        \
WIDTH            5303 libavcodec/mips/hevc_mc_uniw_msa.c     hevc_##DIR1##_uniwgt_##TAP##t_##WIDTH##w_msa(src, src_stride, dst,        \
WIDTH            5344 libavcodec/mips/hevc_mc_uniw_msa.c #define UNI_W_MC_HV(PEL, WIDTH, TAP)                                          \
WIDTH            5345 libavcodec/mips/hevc_mc_uniw_msa.c void ff_hevc_put_hevc_uni_w_##PEL##_hv##WIDTH##_8_msa(uint8_t *dst,           \
WIDTH            5361 libavcodec/mips/hevc_mc_uniw_msa.c     hevc_hv_uniwgt_##TAP##t_##WIDTH##w_msa(src, src_stride, dst, dst_stride,  \
WIDTH              26 libavcodec/mips/hevcdsp_mips.h #define MC(PEL, DIR, WIDTH)                                                 \
WIDTH              27 libavcodec/mips/hevcdsp_mips.h void ff_hevc_put_hevc_##PEL##_##DIR##WIDTH##_8_msa(int16_t *dst,            \
WIDTH             104 libavcodec/mips/hevcdsp_mips.h #define UNI_MC(PEL, DIR, WIDTH)                                                \
WIDTH             105 libavcodec/mips/hevcdsp_mips.h void ff_hevc_put_hevc_uni_##PEL##_##DIR##WIDTH##_8_msa(uint8_t *dst,           \
WIDTH             183 libavcodec/mips/hevcdsp_mips.h #define UNI_W_MC(PEL, DIR, WIDTH)                                         \
WIDTH             184 libavcodec/mips/hevcdsp_mips.h void ff_hevc_put_hevc_uni_w_##PEL##_##DIR##WIDTH##_8_msa(uint8_t *dst,    \
WIDTH             267 libavcodec/mips/hevcdsp_mips.h #define BI_MC(PEL, DIR, WIDTH)                                                 \
WIDTH             268 libavcodec/mips/hevcdsp_mips.h void ff_hevc_put_hevc_bi_##PEL##_##DIR##WIDTH##_8_msa(uint8_t *dst,            \
WIDTH             347 libavcodec/mips/hevcdsp_mips.h #define BI_W_MC(PEL, DIR, WIDTH)                                               \
WIDTH             348 libavcodec/mips/hevcdsp_mips.h void ff_hevc_put_hevc_bi_w_##PEL##_##DIR##WIDTH##_8_msa(uint8_t *dst,          \
WIDTH             483 libavcodec/mips/hevcdsp_mips.h #define L_MC(PEL, DIR, WIDTH, TYPE)                                          \
WIDTH             484 libavcodec/mips/hevcdsp_mips.h void ff_hevc_put_hevc_##PEL##_##DIR##WIDTH##_8_##TYPE(int16_t *dst,          \
WIDTH             509 libavcodec/mips/hevcdsp_mips.h #define L_BI_MC(PEL, DIR, WIDTH, TYPE)                                          \
WIDTH             510 libavcodec/mips/hevcdsp_mips.h void ff_hevc_put_hevc_##PEL##_bi_##DIR##WIDTH##_8_##TYPE(uint8_t *dst,          \
WIDTH             553 libavcodec/mips/hevcdsp_mips.h #define L_UNI_MC(PEL, DIR, WIDTH, TYPE)                                         \
WIDTH             554 libavcodec/mips/hevcdsp_mips.h void ff_hevc_put_hevc_##PEL##_uni_##DIR##WIDTH##_8_##TYPE(uint8_t *dst,         \
WIDTH            4210 libavcodec/mips/hevcdsp_msa.c #define MC_COPY(WIDTH)                                                    \
WIDTH            4211 libavcodec/mips/hevcdsp_msa.c void ff_hevc_put_hevc_pel_pixels##WIDTH##_8_msa(int16_t *dst,             \
WIDTH            4219 libavcodec/mips/hevcdsp_msa.c     hevc_copy_##WIDTH##w_msa(src, src_stride, dst, MAX_PB_SIZE, height);  \
WIDTH            4234 libavcodec/mips/hevcdsp_msa.c #define MC(PEL, DIR, WIDTH, TAP, DIR1, FILT_DIR)                          \
WIDTH            4235 libavcodec/mips/hevcdsp_msa.c void ff_hevc_put_hevc_##PEL##_##DIR##WIDTH##_8_msa(int16_t *dst,          \
WIDTH            4245 libavcodec/mips/hevcdsp_msa.c     hevc_##DIR1##_##TAP##t_##WIDTH##w_msa(src, src_stride, dst,           \
WIDTH            4285 libavcodec/mips/hevcdsp_msa.c #define MC_HV(PEL, WIDTH, TAP)                                          \
WIDTH            4286 libavcodec/mips/hevcdsp_msa.c void ff_hevc_put_hevc_##PEL##_hv##WIDTH##_8_msa(int16_t *dst,           \
WIDTH            4297 libavcodec/mips/hevcdsp_msa.c     hevc_hv_##TAP##t_##WIDTH##w_msa(src, src_stride, dst, MAX_PB_SIZE,  \
WIDTH             259 libavcodec/ppc/vp8dsp_altivec.c #define EPEL_FUNCS(WIDTH, TAPS) \
WIDTH             261 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             263 libavcodec/ppc/vp8dsp_altivec.c     put_vp8_epel_h_altivec_core(dst, dst_stride, src, src_stride, h, mx, WIDTH, TAPS == 6); \
WIDTH             267 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             269 libavcodec/ppc/vp8dsp_altivec.c     put_vp8_epel_v_altivec_core(dst, dst_stride, src, src_stride, h, my, WIDTH, TAPS == 6); \
WIDTH             272 libavcodec/ppc/vp8dsp_altivec.c #define EPEL_HV(WIDTH, HTAPS, VTAPS) \
WIDTH             273 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             275 libavcodec/ppc/vp8dsp_altivec.c     DECLARE_ALIGNED(16, uint8_t, tmp)[(2*WIDTH+5)*16]; \
WIDTH             277 libavcodec/ppc/vp8dsp_altivec.c         put_vp8_epel ## WIDTH ## _h ## HTAPS ## _altivec(tmp, 16,      src-2*sstride, sstride, h+5, mx, my); \
WIDTH             278 libavcodec/ppc/vp8dsp_altivec.c         put_vp8_epel ## WIDTH ## _v ## VTAPS ## _altivec(dst, dstride, tmp+2*16,      16,      h,   mx, my); \
WIDTH             280 libavcodec/ppc/vp8dsp_altivec.c         put_vp8_epel ## WIDTH ## _h ## HTAPS ## _altivec(tmp, 16,      src-sstride, sstride, h+4, mx, my); \
WIDTH             281 libavcodec/ppc/vp8dsp_altivec.c         put_vp8_epel ## WIDTH ## _v ## VTAPS ## _altivec(dst, dstride, tmp+16,      16,      h,   mx, my); \
WIDTH              42 libavcodec/tests/motion.c static uint8_t img1[WIDTH * HEIGHT];
WIDTH              43 libavcodec/tests/motion.c static uint8_t img2[WIDTH * HEIGHT];
WIDTH              77 libavcodec/tests/motion.c         fill_random(img1, WIDTH * HEIGHT);
WIDTH              78 libavcodec/tests/motion.c         fill_random(img2, WIDTH * HEIGHT);
WIDTH              81 libavcodec/tests/motion.c             for(x=0;x<WIDTH-17;x++) {
WIDTH              82 libavcodec/tests/motion.c                 ptr = img2 + y * WIDTH + x;
WIDTH              83 libavcodec/tests/motion.c                 d1 = test_func(NULL, img1, ptr, WIDTH, 8);
WIDTH              84 libavcodec/tests/motion.c                 d2 = ref_func(NULL, img1, ptr, WIDTH, 8);
WIDTH              98 libavcodec/tests/motion.c             for(x=0;x<WIDTH-17;x++) {
WIDTH              99 libavcodec/tests/motion.c                 ptr = img2 + y * WIDTH + x;
WIDTH             100 libavcodec/tests/motion.c                 d1 += test_func(NULL, img1, ptr, WIDTH, 8);
WIDTH             109 libavcodec/tests/motion.c            (double)NB_ITS * (WIDTH - 16) * (HEIGHT - 16) /
WIDTH             467 libavcodec/vp8dsp.c #define PUT_PIXELS(WIDTH)                                                     \
WIDTH             468 libavcodec/vp8dsp.c static void put_vp8_pixels ## WIDTH ## _c(uint8_t *dst, ptrdiff_t dststride,  \
WIDTH             474 libavcodec/vp8dsp.c         memcpy(dst, src, WIDTH);                                              \
WIDTH             286 libavfilter/vsrc_mptestsrc.c     outlink->w = WIDTH;
WIDTH             309 libavfilter/vsrc_mptestsrc.c     int w = WIDTH, h = HEIGHT,
WIDTH              30 tests/checkasm/utvideodsp.c #define WIDTH_PADDED (WIDTH + 16) /* padded to 32 */
WIDTH              39 tests/checkasm/utvideodsp.c             for (w = 0; w < WIDTH; w++)     \
WIDTH              50 tests/checkasm/utvideodsp.c                 buf1 + h*WIDTH_PADDED, WIDTH *s))   \
WIDTH              75 tests/checkasm/utvideodsp.c call_ref(src_r0, src_g0, src_b0, WIDTH_PADDED, WIDTH_PADDED, WIDTH_PADDED, WIDTH, HEIGHT);\
WIDTH              76 tests/checkasm/utvideodsp.c call_new(src_r1, src_g1, src_b1, WIDTH_PADDED, WIDTH_PADDED, WIDTH_PADDED, WIDTH, HEIGHT);\
WIDTH              80 tests/checkasm/utvideodsp.c bench_new(src_r1, src_g1, src_b1, WIDTH_PADDED, WIDTH_PADDED, WIDTH_PADDED, WIDTH, HEIGHT)
WIDTH              31 tests/checkasm/vf_blend.c #define SIZE_PER_UNIT (WIDTH * HEIGHT)
WIDTH              38 tests/checkasm/vf_blend.c             for (j = 0; j < WIDTH; j++) {     \
WIDTH              39 tests/checkasm/vf_blend.c                 top1[i * WIDTH + j] =         \
WIDTH              40 tests/checkasm/vf_blend.c                 top2[i * WIDTH + j] = i;      \
WIDTH              41 tests/checkasm/vf_blend.c                 bot1[i * WIDTH + j] =         \
WIDTH              42 tests/checkasm/vf_blend.c                 bot2[i * WIDTH + j] = j;      \
WIDTH              71 tests/checkasm/vf_blend.c         w = WIDTH / depth;                                                                 \
WIDTH              28 tests/checkasm/vf_eq.c #define PIXELS (WIDTH * HEIGHT)
WIDTH              45 tests/checkasm/vf_eq.c     int w = WIDTH;
WIDTH              25 tests/checkasm/vf_gblur.c #define PIXELS (WIDTH * HEIGHT)
WIDTH              40 tests/checkasm/vf_gblur.c     int w = WIDTH;
WIDTH              39 tests/checkasm/vf_hflip.c     int w = WIDTH;
WIDTH              43 tests/checkasm/vf_threshold.c     int w = WIDTH;
WIDTH              61 tests/checkasm/vf_threshold.c     randomize_buffers(in, WIDTH);
WIDTH              62 tests/checkasm/vf_threshold.c     randomize_buffers(threshold, WIDTH);
WIDTH              63 tests/checkasm/vf_threshold.c     randomize_buffers(min, WIDTH);
WIDTH              64 tests/checkasm/vf_threshold.c     randomize_buffers(max, WIDTH);
WIDTH              72 tests/checkasm/vf_threshold.c         if (memcmp(out_ref, out_new, WIDTH))