Searched refs:idct32_avx2 (Results 1 – 2 of 2) sorted by relevance
/external/libaom/av1/common/x86/ |
D | av1_inv_txfm_avx2.c | 754 static void idct32_avx2(const __m256i *input, __m256i *output) { in idct32_avx2() function 1622 { { idct32_low1_avx2, idct32_low8_avx2, idct32_low16_avx2, idct32_avx2 },
|
D | highbd_inv_txfm_avx2.c | 773 static void idct32_avx2(__m256i *in, __m256i *out, int bit, int do_cols, int bd, in idct32_avx2() function 4099 { { idct32_low1_avx2, idct32_low8_avx2, idct32_low16_avx2, idct32_avx2 },
|