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
394 const __m256i wt_res = _mm256_add_epi16(*data_ref_0, *res_unsigned); in comp_avg() local419 const __m256i wt_res = _mm256_add_epi32(wt0_res, wt1_res); in highbd_comp_avg() local422 const __m256i wt_res = _mm256_add_epi32(*data_ref_0, *res_unsigned); in highbd_comp_avg() local
95 const __m128i wt_res = _mm_add_epi16(*data_ref_0, *res_unsigned); in comp_avg() local