Searched refs:round_shift_y (Results 1 – 4 of 4) sorted by relevance
/external/libaom/libaom/av1/common/x86/ |
D | highbd_convolve_2d_ssse3.c | 47 const __m128i round_shift_y = _mm_cvtsi32_si128(conv_params->round_1); in av1_highbd_convolve_2d_sr_ssse3() local 136 _mm_sra_epi32(_mm_add_epi32(res_a0, round_const_y), round_shift_y); in av1_highbd_convolve_2d_sr_ssse3() 142 _mm_sra_epi32(_mm_add_epi32(res_a1, round_const_y), round_shift_y); in av1_highbd_convolve_2d_sr_ssse3() 149 _mm_add_epi32(res_b0, round_const_y), round_shift_y); in av1_highbd_convolve_2d_sr_ssse3() 155 _mm_add_epi32(res_b1, round_const_y), round_shift_y); in av1_highbd_convolve_2d_sr_ssse3()
|
D | highbd_jnt_convolve_sse4.c | 44 const __m128i round_shift_y = _mm_cvtsi32_si128(conv_params->round_1); in av1_highbd_dist_wtd_convolve_y_sse4_1() local 104 round_shift_y); in av1_highbd_dist_wtd_convolve_y_sse4_1() 109 round_shift_y); 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() 173 _mm_add_epi32(res_b_round1, round_const_y), round_shift_y); in av1_highbd_dist_wtd_convolve_y_sse4_1()
|
D | highbd_convolve_2d_avx2.c | 51 const __m128i round_shift_y = _mm_cvtsi32_si128(conv_params->round_1); in av1_highbd_convolve_2d_sr_avx2() local 136 _mm256_add_epi32(res_a, round_const_y), round_shift_y); in av1_highbd_convolve_2d_sr_avx2() 144 _mm256_add_epi32(res_b, round_const_y), round_shift_y); in av1_highbd_convolve_2d_sr_avx2()
|
D | highbd_jnt_convolve_avx2.c | 267 const __m128i round_shift_y = _mm_cvtsi32_si128(conv_params->round_1); in av1_highbd_dist_wtd_convolve_2d_avx2() local 356 _mm256_add_epi32(res_a, round_const_y), round_shift_y); in av1_highbd_dist_wtd_convolve_2d_avx2() 403 _mm256_add_epi32(res_b, round_const_y), round_shift_y); in av1_highbd_dist_wtd_convolve_2d_avx2() 661 const __m128i round_shift_y = _mm_cvtsi32_si128(conv_params->round_1); in av1_highbd_dist_wtd_convolve_y_avx2() local 751 _mm256_add_epi32(res_a_round, round_const_y), round_shift_y); in av1_highbd_dist_wtd_convolve_y_avx2() 798 _mm256_add_epi32(res_b_round, round_const_y), round_shift_y); in av1_highbd_dist_wtd_convolve_y_avx2()
|