Searched defs:idct_sse2_row_perm (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/x86/ |
H A D | idctdsp_init.c | 40 static const uint8_t idct_sse2_row_perm[8] = { 0, 4, 1, 5, 2, 6, 3, 7 }; variable
|
/third_party/ffmpeg/libavcodec/tests/x86/ |
H A D | dct.c | 107 static const uint8_t idct_sse2_row_perm[8] = { 0, 4, 1, 5, 2, 6, 3, 7 }; variable
|
Completed in 1 milliseconds