HomeSort by relevance Sort by last modified time
    Searched full:src_expand_low (Results 1 - 1 of 1) sorted by null

  /external/libvpx/libvpx/vpx_dsp/x86/
variance_impl_avx2.c 40 __m256i src, src_expand_low, src_expand_high, ref, ref_expand_low; local
61 src_expand_low = _mm256_unpacklo_epi8(src, zero_reg);
68 src_expand_low = _mm256_sub_epi16(src_expand_low, ref_expand_low);
72 madd_low = _mm256_madd_epi16(src_expand_low, src_expand_low);
75 src_expand_low = _mm256_add_epi16(src_expand_low, src_expand_high);
80 sum_ref_src = _mm256_add_epi16(sum_ref_src, src_expand_low);
146 __m256i src, src_expand_low, src_expand_high, ref, ref_expand_low local
    [all...]

Completed in 278 milliseconds