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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Ddct-test.c502 int test_idct = 0, test_248_dct = 0; local
519 test_idct = 1;
542 const struct algo *algos = test_idct ? idct_tab : fdct_tab;
545 err |= dct_error(&algos[i], test, test_idct, speed);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Ddct-test.c534 int test_idct = 0, test_248_dct = 0; local
552 test_idct = 1;
576 const struct algo *algos = test_idct ? idct_tab : fdct_tab;
579 err |= dct_error(&algos[i], test, test_idct, speed, bits);

Completed in 52 milliseconds