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

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
vp9_variance_impl_intrin_avx2.c 19 __m256i src, src_expand_low, src_expand_high, ref, ref_expand_low; local
42 src_expand_low = _mm256_unpacklo_epi8(src, zero_reg);
49 src_expand_low = _mm256_sub_epi16(src_expand_low, ref_expand_low);
53 madd_low = _mm256_madd_epi16(src_expand_low, src_expand_low);
56 src_expand_low = _mm256_add_epi16(src_expand_low, src_expand_high);
61 sum_ref_src = _mm256_add_epi16(sum_ref_src, src_expand_low);
130 __m256i src, src_expand_low, src_expand_high, ref, ref_expand_low local
    [all...]
  /external/libvpx/libvpx/vpx_dsp/x86/
variance_impl_avx2.c 42 __m256i src, src_expand_low, src_expand_high, ref, ref_expand_low; local
65 src_expand_low = _mm256_unpacklo_epi8(src, zero_reg);
72 src_expand_low = _mm256_sub_epi16(src_expand_low, ref_expand_low);
76 madd_low = _mm256_madd_epi16(src_expand_low, src_expand_low);
79 src_expand_low = _mm256_add_epi16(src_expand_low, src_expand_high);
84 sum_ref_src = _mm256_add_epi16(sum_ref_src, src_expand_low);
153 __m256i src, src_expand_low, src_expand_high, ref, ref_expand_low local
    [all...]

Completed in 97 milliseconds