Searched refs:res_b_round0 (Results 1 – 3 of 3) sorted by relevance
148 __m128i res_b_round0 = _mm_sra_epi32( in av1_highbd_convolve_2d_sr_ssse3() local150 res_b_round0 = _mm_sra_epi32( in av1_highbd_convolve_2d_sr_ssse3()151 _mm_add_epi32(res_b_round0, round_const_bits), round_shift_bits); in av1_highbd_convolve_2d_sr_ssse3()159 __m128i res_16bit0 = _mm_packs_epi32(res_a_round0, res_b_round0); in av1_highbd_convolve_2d_sr_ssse3()
166 __m128i res_b_round0 = _mm_sll_epi32(res_b0, round_shift_bits); in av1_highbd_dist_wtd_convolve_y_sse4_1() local167 res_b_round0 = _mm_sra_epi32( in av1_highbd_dist_wtd_convolve_y_sse4_1()168 _mm_add_epi32(res_b_round0, round_const_y), round_shift_y); in av1_highbd_dist_wtd_convolve_y_sse4_1()175 __m128i res_unsigned_hi_0 = _mm_add_epi32(res_b_round0, offset_const); in av1_highbd_dist_wtd_convolve_y_sse4_1()
99 __m128i res_b_round0 = _mm_sra_epi32( in av1_highbd_convolve_y_sr_ssse3() local106 __m128i res_16bit0 = _mm_packs_epi32(res_a_round0, res_b_round0); in av1_highbd_convolve_y_sr_ssse3()