Searched refs:ref_expand_high (Results 1 – 1 of 1) sorted by relevance
20 __m256i ref_expand_high, madd_low, madd_high; in vp9_get16x16var_avx2() local46 ref_expand_high = _mm256_unpackhi_epi8(ref, zero_reg); in vp9_get16x16var_avx2()50 src_expand_high = _mm256_sub_epi16(src_expand_high, ref_expand_high); in vp9_get16x16var_avx2()131 __m256i ref_expand_high, madd_low, madd_high; in vp9_get32x32var_avx2() local148 ref_expand_high = _mm256_unpackhi_epi8(ref, zero_reg); in vp9_get32x32var_avx2()152 src_expand_high = _mm256_sub_epi16(src_expand_high, ref_expand_high); in vp9_get32x32var_avx2()