Searched refs:shift_a (Results 1 – 2 of 2) sorted by relevance
152 const __m128i shift_a = _mm_cvtsi32_si128(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()
199 const __m128i shift_a = _mm_cvtsi32_si128(2 * (bit_depth - 8)); in compute_p() local202 _mm256_srl_epi32(_mm256_add_epi32(sum2, rounding_a), shift_a); in compute_p()