Home
last modified time | relevance | path

Searched refs:idct_sse2_row_perm (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/tests/x86/
Ddct.c118 static const uint8_t idct_sse2_row_perm[8] = { 0, 4, 1, 5, 2, 6, 3, 7 }; variable
132 dst[(i & 0x38) | idct_sse2_row_perm[i & 7]] = src[i]; in permute_x86()
/third_party/ffmpeg/libavcodec/x86/
Didctdsp_init.c40 static const uint8_t idct_sse2_row_perm[8] = { 0, 4, 1, 5, 2, 6, 3, 7 }; variable
54 idct_permutation[i] = (i & 0x38) | idct_sse2_row_perm[i & 7]; in ff_init_scantable_permutation_x86()