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

  /external/libvpx/libvpx/vpx_dsp/x86/
sad4d_avx2.c 21 __m256i sum_mlow, sum_mhigh; local
70 sum_mlow = _mm256_unpacklo_epi64(sum_ref0, sum_ref2);
74 sum_mlow = _mm256_add_epi32(sum_mlow, sum_mhigh);
77 sum = _mm_add_epi32(_mm256_castsi256_si128(sum_mlow),
78 _mm256_extractf128_si256(sum_mlow, 1));
93 __m256i sum_mlow, sum_mhigh; local
156 sum_mlow = _mm256_unpacklo_epi64(sum_ref0, sum_ref2);
160 sum_mlow = _mm256_add_epi32(sum_mlow, sum_mhigh)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
vp9_sad4d_intrin_avx2.c 20 __m256i sum_mlow, sum_mhigh; local
69 sum_mlow = _mm256_unpacklo_epi64(sum_ref0, sum_ref2);
73 sum_mlow = _mm256_add_epi32(sum_mlow, sum_mhigh);
76 sum = _mm_add_epi32(_mm256_castsi256_si128(sum_mlow),
77 _mm256_extractf128_si256(sum_mlow, 1));
92 __m256i sum_mlow, sum_mhigh; local
155 sum_mlow = _mm256_unpacklo_epi64(sum_ref0, sum_ref2);
159 sum_mlow = _mm256_add_epi32(sum_mlow, sum_mhigh)
    [all...]

Completed in 2877 milliseconds