Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
Dvp9_variance_impl_intrin_avx2.c20 __m256i ref_expand_high, madd_low, madd_high; in vp9_get16x16var_avx2() local
46 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() local
148 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()