Searched refs:btf_16_adds_subs_out_avx2 (Results 1 – 3 of 3) sorted by relevance
/external/libaom/libaom/av1/common/x86/ |
D | av1_inv_txfm_avx2.c | 54 btf_16_adds_subs_out_avx2(&output[0], &output[15], x1[0], x1[15]); in idct16_stage7_avx2() 55 btf_16_adds_subs_out_avx2(&output[1], &output[14], x1[1], x1[14]); in idct16_stage7_avx2() 56 btf_16_adds_subs_out_avx2(&output[2], &output[13], x1[2], x1[13]); in idct16_stage7_avx2() 57 btf_16_adds_subs_out_avx2(&output[3], &output[12], x1[3], x1[12]); in idct16_stage7_avx2() 58 btf_16_adds_subs_out_avx2(&output[4], &output[11], x1[4], x1[11]); in idct16_stage7_avx2() 59 btf_16_adds_subs_out_avx2(&output[5], &output[10], x1[5], x1[10]); in idct16_stage7_avx2() 60 btf_16_adds_subs_out_avx2(&output[6], &output[9], x1[6], x1[9]); in idct16_stage7_avx2() 61 btf_16_adds_subs_out_avx2(&output[7], &output[8], x1[7], x1[8]); in idct16_stage7_avx2() 553 btf_16_adds_subs_out_avx2(&output[0], &output[31], x[0], x[31]); in idct32_stage9_avx2() 554 btf_16_adds_subs_out_avx2(&output[1], &output[30], x[1], x[30]); in idct32_stage9_avx2() [all …]
|
/external/libaom/libaom/av1/encoder/x86/ |
D | av1_fwd_txfm2d_avx2.c | 49 btf_16_adds_subs_out_avx2(&x1[0], &x1[15], input[0], input[15]); in fdct16x16_new_avx2() 50 btf_16_adds_subs_out_avx2(&x1[1], &x1[14], input[1], input[14]); in fdct16x16_new_avx2() 51 btf_16_adds_subs_out_avx2(&x1[2], &x1[13], input[2], input[13]); in fdct16x16_new_avx2() 52 btf_16_adds_subs_out_avx2(&x1[3], &x1[12], input[3], input[12]); in fdct16x16_new_avx2() 53 btf_16_adds_subs_out_avx2(&x1[4], &x1[11], input[4], input[11]); in fdct16x16_new_avx2() 54 btf_16_adds_subs_out_avx2(&x1[5], &x1[10], input[5], input[10]); in fdct16x16_new_avx2() 55 btf_16_adds_subs_out_avx2(&x1[6], &x1[9], input[6], input[9]); in fdct16x16_new_avx2() 56 btf_16_adds_subs_out_avx2(&x1[7], &x1[8], input[7], input[8]); in fdct16x16_new_avx2() 160 btf_16_adds_subs_out_avx2(&x1[0], &x1[31], input[0], input[31]); in fdct16x32_new_avx2() 161 btf_16_adds_subs_out_avx2(&x1[1], &x1[30], input[1], input[30]); in fdct16x32_new_avx2() [all …]
|
/external/libaom/libaom/aom_dsp/x86/ |
D | txfm_common_avx2.h | 66 static INLINE void btf_16_adds_subs_out_avx2(__m256i *out0, __m256i *out1, in btf_16_adds_subs_out_avx2() function
|