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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tests/
H A Dtiny_psnr.c270 int shift_first= argc < 5 ? 0 : atoi(argv[4]); local
272 int shift_last = shift_first + (argc < 7 ? 0 : atoi(argv[6]));
309 for (shift = shift_first; shift <= shift_last; shift++) {
316 if (shift_last > shift_first)

Completed in 65 milliseconds