Home
last modified time | relevance | path

Searched refs:round_shift_x (Results 1 – 6 of 6) sorted by relevance

/external/libaom/libaom/av1/common/x86/
Dhighbd_convolve_2d_ssse3.c42 const __m128i round_shift_x = _mm_cvtsi32_si128(conv_params->round_0); in av1_highbd_convolve_2d_sr_ssse3() local
77 round_shift_x); in av1_highbd_convolve_2d_sr_ssse3()
87 _mm_sra_epi32(_mm_add_epi32(res_odd, round_const_x), round_shift_x); in av1_highbd_convolve_2d_sr_ssse3()
Dhighbd_convolve_2d_avx2.c46 const __m128i round_shift_x = _mm_cvtsi32_si128(conv_params->round_0); in av1_highbd_convolve_2d_sr_avx2() local
86 round_shift_x); in av1_highbd_convolve_2d_sr_avx2()
96 round_shift_x); in av1_highbd_convolve_2d_sr_avx2()
Dhighbd_jnt_convolve_avx2.c262 const __m128i round_shift_x = _mm_cvtsi32_si128(conv_params->round_0); in av1_highbd_dist_wtd_convolve_2d_avx2() local
305 round_shift_x); in av1_highbd_dist_wtd_convolve_2d_avx2()
315 round_shift_x); in av1_highbd_dist_wtd_convolve_2d_avx2()
493 const __m128i round_shift_x = _mm_cvtsi32_si128(conv_params->round_0); in av1_highbd_dist_wtd_convolve_x_avx2() local
528 round_shift_x); in av1_highbd_dist_wtd_convolve_x_avx2()
538 round_shift_x); in av1_highbd_dist_wtd_convolve_x_avx2()
Dhighbd_jnt_convolve_sse4.c288 const __m128i round_shift_x = _mm_cvtsi32_si128(conv_params->round_0); in av1_highbd_dist_wtd_convolve_x_sse4_1() local
320 _mm_sra_epi32(_mm_add_epi32(res_even, round_const_x), round_shift_x); in av1_highbd_dist_wtd_convolve_x_sse4_1()
330 _mm_sra_epi32(_mm_add_epi32(res_odd, round_const_x), round_shift_x); in av1_highbd_dist_wtd_convolve_x_sse4_1()
/external/libaom/libaom/aom_dsp/x86/
Dhighbd_convolve_ssse3.c188 const __m128i round_shift_x = _mm_cvtsi32_si128(conv_params->round_0); in av1_highbd_convolve_x_sr_ssse3() local
217 round_shift_x); in av1_highbd_convolve_x_sr_ssse3()
227 _mm_sra_epi32(_mm_add_epi32(res_odd, round_const_x), round_shift_x); in av1_highbd_convolve_x_sr_ssse3()
Dhighbd_convolve_avx2.c283 const __m128i round_shift_x = _mm_cvtsi32_si128(conv_params->round_0); in av1_highbd_convolve_x_sr_avx2() local
317 round_shift_x); in av1_highbd_convolve_x_sr_avx2()
327 round_shift_x); in av1_highbd_convolve_x_sr_avx2()