Home
last modified time | relevance | path

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

/aosp_15_r20/external/libgav1/src/dsp/x86/
H A Daverage_blend_sse4.cc167 constexpr int kInterPostRoundBitPlusOne = 5; variable
191 const __m128i res_0 = _mm_srai_epi32(round_0, kInterPostRoundBitPlusOne); in AverageBlendRow()
192 const __m128i res_1 = _mm_srai_epi32(round_1, kInterPostRoundBitPlusOne); in AverageBlendRow()
216 _mm_set1_epi32((1 << kInterPostRoundBitPlusOne) >> 1); in AverageBlend10bpp_SSE4_1()