Home
last modified time | relevance | path

Searched refs:res_b_round0 (Results 1 – 3 of 3) sorted by relevance

/external/libaom/libaom/av1/common/x86/
Dhighbd_convolve_2d_ssse3.c148 __m128i res_b_round0 = _mm_sra_epi32( in av1_highbd_convolve_2d_sr_ssse3() local
150 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()
Dhighbd_jnt_convolve_sse4.c166 __m128i res_b_round0 = _mm_sll_epi32(res_b0, round_shift_bits); in av1_highbd_dist_wtd_convolve_y_sse4_1() local
167 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()
/external/libaom/libaom/aom_dsp/x86/
Dhighbd_convolve_ssse3.c99 __m128i res_b_round0 = _mm_sra_epi32( in av1_highbd_convolve_y_sr_ssse3() local
106 __m128i res_16bit0 = _mm_packs_epi32(res_a_round0, res_b_round0); in av1_highbd_convolve_y_sr_ssse3()