Searched refs:res_a_round1 (Results 1 – 3 of 3) sorted by relevance
/external/libaom/libaom/av1/common/x86/ |
D | highbd_convolve_2d_ssse3.c | 141 __m128i res_a_round1 = in av1_highbd_convolve_2d_sr_ssse3() local 143 res_a_round1 = _mm_sra_epi32( in av1_highbd_convolve_2d_sr_ssse3() 144 _mm_add_epi32(res_a_round1, round_const_bits), round_shift_bits); in av1_highbd_convolve_2d_sr_ssse3() 163 __m128i res_16bit1 = _mm_packs_epi32(res_a_round1, res_b_round1); in av1_highbd_convolve_2d_sr_ssse3() 175 res_a_round1 = _mm_packs_epi32(res_a_round1, res_a_round1); in av1_highbd_convolve_2d_sr_ssse3() 176 res_a_round1 = _mm_min_epi16(res_a_round1, clip_pixel); in av1_highbd_convolve_2d_sr_ssse3() 177 res_a_round1 = _mm_max_epi16(res_a_round1, zero); in av1_highbd_convolve_2d_sr_ssse3() 181 res_a_round1); in av1_highbd_convolve_2d_sr_ssse3() 187 res_a_round1 = _mm_packs_epi32(res_a_round1, res_a_round1); in av1_highbd_convolve_2d_sr_ssse3() 188 res_a_round1 = _mm_min_epi16(res_a_round1, clip_pixel); in av1_highbd_convolve_2d_sr_ssse3() [all …]
|
D | highbd_jnt_convolve_sse4.c | 107 __m128i res_a_round1 = _mm_sll_epi32(res_a1, round_shift_bits); in av1_highbd_dist_wtd_convolve_y_sse4_1() local 108 res_a_round1 = _mm_sra_epi32(_mm_add_epi32(res_a_round1, round_const_y), in av1_highbd_dist_wtd_convolve_y_sse4_1() 112 __m128i res_unsigned_lo_1 = _mm_add_epi32(res_a_round1, offset_const); in av1_highbd_dist_wtd_convolve_y_sse4_1()
|
/external/libaom/libaom/aom_dsp/x86/ |
D | highbd_convolve_ssse3.c | 94 __m128i res_a_round1 = _mm_sra_epi32( in av1_highbd_convolve_y_sr_ssse3() local 110 __m128i res_16bit1 = _mm_packs_epi32(res_a_round1, res_b_round1); in av1_highbd_convolve_y_sr_ssse3() 122 res_a_round1 = _mm_packs_epi32(res_a_round1, res_a_round1); in av1_highbd_convolve_y_sr_ssse3() 123 res_a_round1 = _mm_min_epi16(res_a_round1, clip_pixel); in av1_highbd_convolve_y_sr_ssse3() 124 res_a_round1 = _mm_max_epi16(res_a_round1, zero); in av1_highbd_convolve_y_sr_ssse3() 128 res_a_round1); in av1_highbd_convolve_y_sr_ssse3() 134 res_a_round1 = _mm_packs_epi32(res_a_round1, res_a_round1); in av1_highbd_convolve_y_sr_ssse3() 135 res_a_round1 = _mm_min_epi16(res_a_round1, clip_pixel); in av1_highbd_convolve_y_sr_ssse3() 136 res_a_round1 = _mm_max_epi16(res_a_round1, zero); in av1_highbd_convolve_y_sr_ssse3() 142 _mm_cvtsi128_si32(res_a_round1); in av1_highbd_convolve_y_sr_ssse3()
|