Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/x86/
Dconvolve_2d_avx2.c41 const __m128i round_shift_h = _mm_cvtsi32_si128(conv_params->round_0 - 1); in av1_convolve_2d_sr_avx2() local
90 round_shift_h); in av1_convolve_2d_sr_avx2()
99 _mm256_sra_epi16(_mm256_add_epi16(res, round_const_h), round_shift_h); in av1_convolve_2d_sr_avx2()
Djnt_convolve_avx2.c624 const __m128i round_shift_h = _mm_cvtsi32_si128(conv_params->round_0 - 1); in av1_dist_wtd_convolve_2d_avx2() local
665 round_shift_h); in av1_dist_wtd_convolve_2d_avx2()
/external/libaom/libaom/aom_dsp/x86/
Dconvolve_avx2.h49 _mm256_sra_epi16(_mm256_add_epi16(res, round_const_h), round_shift_h); \
58 res = _mm256_sra_epi16(_mm256_add_epi16(res, round_const_h), round_shift_h); \
139 _mm256_sra_epi16(_mm256_add_epi16(res, round_const_h), round_shift_h); \