Home
last modified time | relevance | path

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

/aosp_15_r20/external/libaom/aom_dsp/x86/
H A 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
H A Dconvolve_avx2.h878 const __m256i wt_res = _mm256_add_epi16(*data_ref_0, *res_unsigned); in comp_avg() local
903 const __m256i wt_res = _mm256_add_epi32(wt0_res, wt1_res); in highbd_comp_avg() local
906 const __m256i wt_res = _mm256_add_epi32(*data_ref_0, *res_unsigned); in highbd_comp_avg() local
H A Dconvolve_sse2.h96 const __m128i wt_res = _mm_add_epi16(*data_ref_0, *res_unsigned); in comp_avg() local