Searched refs:btf_16_adds_subs_avx2 (Results 1 – 3 of 3) sorted by relevance
/external/libaom/libaom/av1/common/x86/ |
D | av1_inv_txfm_avx2.c | 31 btf_16_adds_subs_avx2(&x1[0], &x1[3]); in idct16_stage5_avx2() 32 btf_16_adds_subs_avx2(&x1[1], &x1[2]); in idct16_stage5_avx2() 35 btf_16_adds_subs_avx2(&x1[8], &x1[11]); in idct16_stage5_avx2() 36 btf_16_adds_subs_avx2(&x1[9], &x1[10]); in idct16_stage5_avx2() 37 btf_16_adds_subs_avx2(&x1[15], &x1[12]); in idct16_stage5_avx2() 38 btf_16_adds_subs_avx2(&x1[14], &x1[13]); in idct16_stage5_avx2() 45 btf_16_adds_subs_avx2(&x[0], &x[7]); in idct16_stage6_avx2() 46 btf_16_adds_subs_avx2(&x[1], &x[6]); in idct16_stage6_avx2() 47 btf_16_adds_subs_avx2(&x[2], &x[5]); in idct16_stage6_avx2() 48 btf_16_adds_subs_avx2(&x[3], &x[4]); in idct16_stage6_avx2() [all …]
|
/external/libaom/libaom/av1/encoder/x86/ |
D | av1_fwd_txfm2d_avx2.c | 59 btf_16_adds_subs_avx2(&x1[0], &x1[7]); in fdct16x16_new_avx2() 60 btf_16_adds_subs_avx2(&x1[1], &x1[6]); in fdct16x16_new_avx2() 61 btf_16_adds_subs_avx2(&x1[2], &x1[5]); in fdct16x16_new_avx2() 62 btf_16_adds_subs_avx2(&x1[3], &x1[4]); in fdct16x16_new_avx2() 67 btf_16_adds_subs_avx2(&x1[0], &x1[3]); in fdct16x16_new_avx2() 68 btf_16_adds_subs_avx2(&x1[1], &x1[2]); in fdct16x16_new_avx2() 70 btf_16_adds_subs_avx2(&x1[8], &x1[11]); in fdct16x16_new_avx2() 71 btf_16_adds_subs_avx2(&x1[9], &x1[10]); in fdct16x16_new_avx2() 72 btf_16_adds_subs_avx2(&x1[15], &x1[12]); in fdct16x16_new_avx2() 73 btf_16_adds_subs_avx2(&x1[14], &x1[13]); in fdct16x16_new_avx2() [all …]
|
/external/libaom/libaom/aom_dsp/x86/ |
D | txfm_common_avx2.h | 52 static INLINE void btf_16_adds_subs_avx2(__m256i *in0, __m256i *in1) { in btf_16_adds_subs_avx2() function
|