Searched refs:fdct8x8_new_sse2 (Results 1 – 1 of 1) sorted by relevance
/external/libaom/libaom/av1/encoder/x86/ |
D | av1_fwd_txfm_sse2.c | 153 static void fdct8x8_new_sse2(const __m128i *input, __m128i *output, in fdct8x8_new_sse2() function 2033 fdct8x8_new_sse2, // DCT_DCT 2035 fdct8x8_new_sse2, // DCT_ADST 2038 fdct8x8_new_sse2, // DCT_FLIPADST 2043 fdct8x8_new_sse2, // V_DCT 2052 fdct8x8_new_sse2, // DCT_DCT 2053 fdct8x8_new_sse2, // ADST_DCT 2056 fdct8x8_new_sse2, // FLIPADST_DCT 2063 fdct8x8_new_sse2, // H_DCT
|