Home
last modified time | relevance | path

Searched refs:in1_w0 (Results 1 – 3 of 3) sorted by relevance

/external/libaom/libaom/av1/encoder/x86/
Dav1_fwd_txfm_avx2.h31 const __m256i in1_w0 = _mm256_mullo_epi32(_in1, ww0); in btf_32_avx2_type0() local
32 __m256i temp1 = _mm256_sub_epi32(in0_w1, in1_w0); in btf_32_avx2_type0()
50 const __m256i in1_w0 = _mm256_mullo_epi32(_in1, ww0); in btf_32_avx2_type1() local
51 __m256i temp1 = _mm256_sub_epi32(in1_w0, in0_w1); in btf_32_avx2_type1()
70 const __m256i in1_w0 = _mm256_mullo_epi32(_in1, ww0); in btf_32_avx2_type0_new() local
71 __m256i temp1 = _mm256_sub_epi32(in0_w1, in1_w0); in btf_32_avx2_type0_new()
90 const __m256i in1_w0 = _mm256_mullo_epi32(_in1, ww0); in btf_32_avx2_type1_new() local
91 __m256i temp1 = _mm256_sub_epi32(in1_w0, in0_w1); in btf_32_avx2_type1_new()
Dav1_txfm1d_sse4.h105 const __m128i in1_w0 = _mm_mullo_epi32(in1, ww0); \
106 out1 = _mm_sub_epi32(in0_w1, in1_w0); \
127 const __m128i in1_w0 = _mm_mullo_epi32(in1, ww0); \
128 out1 = _mm_sub_epi32(in0_w1, in1_w0); \
Dhighbd_fwd_txfm_avx2.c234 const __m256i in1_w0 = _mm256_mullo_epi32(in1, ww0); \
235 out1 = _mm256_sub_epi32(in0_w1, in1_w0); \
247 const __m256i in1_w0 = _mm256_mullo_epi32(in1, ww0); \
248 out1 = _mm256_sub_epi32(in0_w1, in1_w0); \