Searched refs:img1 (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dmotion-test.c41 uint8_t img1[WIDTH * HEIGHT]; variable
85 fill_random(img1, WIDTH * HEIGHT);
91 d1 = test_func(NULL, img1, ptr, WIDTH, 1);
92 d2 = ref_func(NULL, img1, ptr, WIDTH, 1);
108 d1 += test_func(NULL, img1, ptr, WIDTH, 1);
H A Dimgresample.c711 uint8_t img1[XSIZE1 * YSIZE1]; variable
801 component_resample(s, img1, xsize, xsize, ysize,
806 save_pgm(buf, img1, xsize, ysize);
817 component_resample(s, img1, xsize, xsize, ysize,
824 if (memcmp(img1, img2, xsize * ysize) != 0) {

Completed in 92 milliseconds