Home
last modified time | relevance | path

Searched defs:wt_res (Results 1 – 3 of 3) sorted by relevance

/external/libaom/libaom/aom_dsp/x86/
Dconvolve_sse4_1.h44 const __m128i wt_res = _mm_add_epi32(wt0_res, wt1_res); in highbd_comp_avg_sse4_1() local
47 const __m128i wt_res = _mm_add_epi32(*data_ref_0, *res_unsigned); in highbd_comp_avg_sse4_1() local
Dconvolve_avx2.h394 const __m256i wt_res = _mm256_add_epi16(*data_ref_0, *res_unsigned); in comp_avg() local
419 const __m256i wt_res = _mm256_add_epi32(wt0_res, wt1_res); in highbd_comp_avg() local
422 const __m256i wt_res = _mm256_add_epi32(*data_ref_0, *res_unsigned); in highbd_comp_avg() local
Dconvolve_sse2.h95 const __m128i wt_res = _mm_add_epi16(*data_ref_0, *res_unsigned); in comp_avg() local