Searched refs:fdct4x4_new_sse2 (Results 1 – 1 of 1) sorted by relevance
/external/libaom/libaom/av1/encoder/x86/ |
D | av1_fwd_txfm_sse2.c | 18 static void fdct4x4_new_sse2(const __m128i *input, __m128i *output, in fdct4x4_new_sse2() function 1919 fdct4x4_new_sse2, // DCT_DCT 1921 fdct4x4_new_sse2, // DCT_ADST 1924 fdct4x4_new_sse2, // DCT_FLIPADST 1929 fdct4x4_new_sse2, // V_DCT 1938 fdct4x4_new_sse2, // DCT_DCT 1939 fdct4x4_new_sse2, // ADST_DCT 1942 fdct4x4_new_sse2, // FLIPADST_DCT 1949 fdct4x4_new_sse2, // H_DCT
|