YSIZE 706 libavcodec/imgresample.c uint8_t img[XSIZE * YSIZE];
YSIZE 750 libavcodec/imgresample.c for(y=0;y<YSIZE;y++) {
YSIZE 752 libavcodec/imgresample.c if (x < XSIZE/2 && y < YSIZE/2) {
YSIZE 753 libavcodec/imgresample.c if (x < XSIZE/4 && y < YSIZE/4) {
YSIZE 770 libavcodec/imgresample.c if (y < YSIZE*3/8) {
YSIZE 790 libavcodec/imgresample.c img[(YSIZE - y) * XSIZE + (XSIZE - x)] = v;
YSIZE 793 libavcodec/imgresample.c save_pgm("/tmp/in.pgm", img, XSIZE, YSIZE);
YSIZE 797 libavcodec/imgresample.c ysize = (int)((YSIZE - 100) * fact);
YSIZE 798 libavcodec/imgresample.c s = img_resample_full_init(xsize, ysize, XSIZE, YSIZE, 50 ,50, 0, 0, 0, 0, 0, 0);
YSIZE 802 libavcodec/imgresample.c img + 50 * XSIZE, XSIZE, XSIZE, YSIZE - 100);
YSIZE 814 libavcodec/imgresample.c ysize = (int)(YSIZE * fact);
YSIZE 816 libavcodec/imgresample.c s = img_resample_init(xsize, ysize, XSIZE, YSIZE);
YSIZE 818 libavcodec/imgresample.c img, XSIZE, XSIZE, YSIZE);
YSIZE 821 libavcodec/imgresample.c s = img_resample_init(xsize, ysize, XSIZE, YSIZE);
YSIZE 823 libavcodec/imgresample.c img, XSIZE, XSIZE, YSIZE);