Searched refs:fdct8x4_new_sse2 (Results 1 – 1 of 1) sorted by relevance
/external/libaom/libaom/av1/encoder/x86/ |
D | av1_fwd_txfm_sse2.c | 54 static void fdct8x4_new_sse2(const __m128i *input, __m128i *output, in fdct8x4_new_sse2() function 1976 fdct8x4_new_sse2, // DCT_DCT 1977 fdct8x4_new_sse2, // ADST_DCT 1980 fdct8x4_new_sse2, // FLIPADST_DCT 1987 fdct8x4_new_sse2, // H_DCT 1995 fdct8x4_new_sse2, // DCT_DCT 1997 fdct8x4_new_sse2, // DCT_ADST 2000 fdct8x4_new_sse2, // DCT_FLIPADST 2005 fdct8x4_new_sse2, // V_DCT
|