Searched refs:rounding_a (Results 1 – 2 of 2) sorted by relevance
150 const __m128i rounding_a = round_for_shift(2 * (bit_depth - 8)); in compute_p() local154 const __m128i a = _mm_srl_epi32(_mm_add_epi32(sum2, rounding_a), shift_a); in compute_p()
197 const __m256i rounding_a = round_for_shift(2 * (bit_depth - 8)); in compute_p() local202 _mm256_srl_epi32(_mm256_add_epi32(sum2, rounding_a), shift_a); in compute_p()