Home
last modified time | relevance | path

Searched refs:sum_res (Results 1 – 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
Dvp9_variance_impl_intrin_avx2.c72 __m128i sum_res, madd_res; in vp9_get16x16var_avx2() local
78 sum_res = _mm_add_epi16(_mm256_castsi256_si128(sum_ref_src), in vp9_get16x16var_avx2()
86 sum_res); in vp9_get16x16var_avx2()
88 sum_res); in vp9_get16x16var_avx2()
113 sum_res = _mm_srli_si128(ex_expand_sum, 8); in vp9_get16x16var_avx2()
116 sum_res = _mm_add_epi32(sum_res, ex_expand_sum); in vp9_get16x16var_avx2()
120 *((int*)Sum)= _mm_cvtsi128_si32(sum_res); in vp9_get16x16var_avx2()