Searched refs:round_shift_h (Results 1 – 3 of 3) sorted by relevance
41 const __m128i round_shift_h = _mm_cvtsi32_si128(conv_params->round_0 - 1); in av1_convolve_2d_sr_avx2() local90 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()
624 const __m128i round_shift_h = _mm_cvtsi32_si128(conv_params->round_0 - 1); in av1_dist_wtd_convolve_2d_avx2() local665 round_shift_h); in av1_dist_wtd_convolve_2d_avx2()
49 _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); \