Home
last modified time | relevance | path

Searched refs:shift_b (Results 1 – 2 of 2) sorted by relevance

/external/libaom/libaom/av1/common/x86/
Dselfguided_sse4.c153 const __m128i shift_b = _mm_cvtsi32_si128(bit_depth - 8); in compute_p() local
155 const __m128i b = _mm_srl_epi32(_mm_add_epi32(sum1, rounding_b), shift_b); in compute_p()
Dselfguided_avx2.c200 const __m128i shift_b = _mm_cvtsi32_si128(bit_depth - 8); in compute_p() local
204 _mm256_srl_epi32(_mm256_add_epi32(sum1, rounding_b), shift_b); in compute_p()