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

  /external/chromium_org/third_party/libvpx/source/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...]
  /external/libvpx/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...]
  /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 40 milliseconds