HEIGHT             88 libavcodec/c93.c     if (from_y + height > HEIGHT) {
HEIGHT            136 libavcodec/c93.c     if ((ret = ff_set_dimensions(avctx, WIDTH, HEIGHT)) < 0)
HEIGHT            156 libavcodec/c93.c     for (y = 0; y < HEIGHT; y += 8) {
HEIGHT             42 libavcodec/tests/motion.c static uint8_t img1[WIDTH * HEIGHT];
HEIGHT             43 libavcodec/tests/motion.c static uint8_t img2[WIDTH * HEIGHT];
HEIGHT             77 libavcodec/tests/motion.c         fill_random(img1, WIDTH * HEIGHT);
HEIGHT             78 libavcodec/tests/motion.c         fill_random(img2, WIDTH * HEIGHT);
HEIGHT             80 libavcodec/tests/motion.c         for(y=0;y<HEIGHT-17;y++) {
HEIGHT             97 libavcodec/tests/motion.c         for(y=0;y<HEIGHT-17;y++) {
HEIGHT            109 libavcodec/tests/motion.c            (double)NB_ITS * (WIDTH - 16) * (HEIGHT - 16) /
HEIGHT            287 libavfilter/vsrc_mptestsrc.c     outlink->h = HEIGHT;
HEIGHT            309 libavfilter/vsrc_mptestsrc.c     int w = WIDTH, h = HEIGHT,
HEIGHT             31 tests/checkasm/utvideodsp.c #define BUFFER_SIZE (WIDTH_PADDED * HEIGHT)
HEIGHT             38 tests/checkasm/utvideodsp.c         for (h = 0; h < HEIGHT; h++) {      \
HEIGHT             48 tests/checkasm/utvideodsp.c         for (h = 0; h < HEIGHT; h++) {              \
HEIGHT             75 tests/checkasm/utvideodsp.c call_ref(src_r0, src_g0, src_b0, WIDTH_PADDED, WIDTH_PADDED, WIDTH_PADDED, WIDTH, HEIGHT);\
HEIGHT             76 tests/checkasm/utvideodsp.c call_new(src_r1, src_g1, src_b1, WIDTH_PADDED, WIDTH_PADDED, WIDTH_PADDED, WIDTH, HEIGHT);\
HEIGHT             80 tests/checkasm/utvideodsp.c bench_new(src_r1, src_g1, src_b1, WIDTH_PADDED, WIDTH_PADDED, WIDTH_PADDED, WIDTH, HEIGHT)
HEIGHT             31 tests/checkasm/vf_blend.c #define SIZE_PER_UNIT (WIDTH * HEIGHT)
HEIGHT             37 tests/checkasm/vf_blend.c         for (i = 0; i < HEIGHT; i++) {        \
HEIGHT             78 tests/checkasm/vf_blend.c                      dst1 + dst_offset, w, w, HEIGHT, &param, NULL);                       \
HEIGHT             80 tests/checkasm/vf_blend.c                      dst2 + dst_offset, w, w, HEIGHT, &param, NULL);                       \
HEIGHT             85 tests/checkasm/vf_blend.c                   w / 4, HEIGHT / 4, &param, NULL);                                        \
HEIGHT             28 tests/checkasm/vf_eq.c #define PIXELS (WIDTH * HEIGHT)
HEIGHT             46 tests/checkasm/vf_eq.c     int h = HEIGHT;
HEIGHT             25 tests/checkasm/vf_gblur.c #define PIXELS (WIDTH * HEIGHT)
HEIGHT             41 tests/checkasm/vf_gblur.c     int h = HEIGHT;