Searched defs:wt_res (Results 1 – 3 of 3) sorted by relevance
44 const __m128i wt_res = _mm_add_epi32(wt0_res, wt1_res); in highbd_comp_avg_sse4_1() local47 const __m128i wt_res = _mm_add_epi32(*data_ref_0, *res_unsigned); in highbd_comp_avg_sse4_1() local
878 const __m256i wt_res = _mm256_add_epi16(*data_ref_0, *res_unsigned); in comp_avg() local903 const __m256i wt_res = _mm256_add_epi32(wt0_res, wt1_res); in highbd_comp_avg() local906 const __m256i wt_res = _mm256_add_epi32(*data_ref_0, *res_unsigned); in highbd_comp_avg() local
96 const __m128i wt_res = _mm_add_epi16(*data_ref_0, *res_unsigned); in comp_avg() local