Searched refs:half_btf_0_avx2 (Results 1 – 1 of 1) sorted by relevance
/external/libaom/libaom/av1/common/x86/ |
D | highbd_inv_txfm_avx2.c | 201 static INLINE __m256i half_btf_0_avx2(const __m256i *w0, const __m256i *n0, in half_btf_0_avx2() function 584 bf1[31] = half_btf_0_avx2(&cospi2, &bf1[16], &rounding, bit); in idct32_low8_avx2() 585 bf1[16] = half_btf_0_avx2(&cospi62, &bf1[16], &rounding, bit); in idct32_low8_avx2() 586 bf1[19] = half_btf_0_avx2(&cospim50, &bf1[28], &rounding, bit); in idct32_low8_avx2() 587 bf1[28] = half_btf_0_avx2(&cospi14, &bf1[28], &rounding, bit); in idct32_low8_avx2() 588 bf1[27] = half_btf_0_avx2(&cospi10, &bf1[20], &rounding, bit); in idct32_low8_avx2() 589 bf1[20] = half_btf_0_avx2(&cospi54, &bf1[20], &rounding, bit); in idct32_low8_avx2() 590 bf1[23] = half_btf_0_avx2(&cospim58, &bf1[24], &rounding, bit); in idct32_low8_avx2() 591 bf1[24] = half_btf_0_avx2(&cospi6, &bf1[24], &rounding, bit); in idct32_low8_avx2() 594 bf1[15] = half_btf_0_avx2(&cospi4, &bf1[8], &rounding, bit); in idct32_low8_avx2() [all …]
|