Searched defs:ref_expand_high (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/x86/
H A Dvariance_impl_avx2.c43 __m256i ref_expand_high, madd_low, madd_high; local
69 ref_expand_high = _mm256_unpackhi_epi8(ref, zero_reg);
73 src_expand_high = _mm256_sub_epi16(src_expand_high, ref_expand_high);
154 __m256i ref_expand_high, madd_low, madd_high; local
171 ref_expand_high = _mm256_unpackhi_epi8(ref, zero_reg);
175 src_expand_high = _mm256_sub_epi16(src_expand_high, ref_expand_high);

Completed in 180 milliseconds