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/motion-test.c static uint8_t img1[WIDTH * HEIGHT];
HEIGHT             43 libavcodec/motion-test.c static uint8_t img2[WIDTH * HEIGHT];
HEIGHT             77 libavcodec/motion-test.c         fill_random(img1, WIDTH * HEIGHT);
HEIGHT             78 libavcodec/motion-test.c         fill_random(img2, WIDTH * HEIGHT);
HEIGHT             80 libavcodec/motion-test.c         for(y=0;y<HEIGHT-17;y++) {
HEIGHT             97 libavcodec/motion-test.c         for(y=0;y<HEIGHT-17;y++) {
HEIGHT            109 libavcodec/motion-test.c            (double)NB_ITS * (WIDTH - 16) * (HEIGHT - 16) /
HEIGHT            282 libavfilter/vsrc_mptestsrc.c     outlink->h = HEIGHT;
HEIGHT            302 libavfilter/vsrc_mptestsrc.c     int w = WIDTH, h = HEIGHT,