Searched refs:sum_shift_v (Results 1 – 2 of 2) sorted by relevance
45 const __m128i sum_shift_v = _mm_cvtsi32_si128(conv_params->round_1); in av1_convolve_2d_sr_avx2() local145 _mm256_sra_epi32(_mm256_add_epi32(res_a, sum_round_v), sum_shift_v); in av1_convolve_2d_sr_avx2()147 _mm256_sra_epi32(_mm256_add_epi32(res_b, sum_round_v), sum_shift_v); in av1_convolve_2d_sr_avx2()
92 _mm256_sra_epi32(_mm256_add_epi32(res_a, sum_round_v), sum_shift_v); \94 _mm256_sra_epi32(_mm256_add_epi32(res_b, sum_round_v), sum_shift_v); \