Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/tests/aarch64/
H A Ddct.c28 static const struct algo idct_tab_arch[] = { variable
/third_party/ffmpeg/libavcodec/tests/ppc/
H A Ddct.c31 static const struct algo idct_tab_arch[] = { variable
/third_party/ffmpeg/libavcodec/tests/
H A Ddct.c109 static const struct algo idct_tab_arch[] = { { 0 } }; variable
514 for (i = 0; idct_tab_arch[i].name; i++) in main()
515 if (!(~cpu_flags & idct_tab_arch[i].cpu_flag)) in main()
516 err |= dct_error(&idct_tab_arch[i], test, test_idct, speed, bits); in main()
/third_party/ffmpeg/libavcodec/tests/arm/
H A Ddct.c28 static const struct algo idct_tab_arch[] = { variable
/third_party/ffmpeg/libavcodec/tests/x86/
H A Ddct.c67 static const struct algo idct_tab_arch[] = { variable

Completed in 2 milliseconds