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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswresample/
H A Dswresample-test.c237 int remaining_tests[FF_ARRAY_ELEMS(rates) * FF_ARRAY_ELEMS(layouts) * FF_ARRAY_ELEMS(formats) * FF_ARRAY_ELEMS(layouts) * FF_ARRAY_ELEMS(formats)]; local
238 int max_tests = FF_ARRAY_ELEMS(remaining_tests);
264 remaining_tests[i] = i;
270 FFSWAP(int, remaining_tests[r], remaining_tests[max_tests - test - 1]);
272 qsort(remaining_tests + max_tests - num_tests, num_tests, sizeof(remaining_tests[0]), (void*)cmp);
277 unsigned vector= remaining_tests[max_tests - test - 1];

Completed in 16 milliseconds