Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/x86/
Dselfguided_sse4.c181 const __m128i rnd_res = round_for_shift(SGRPROJ_RECIP_BITS); in calc_ab() local
235 _mm_srli_epi32(_mm_add_epi32(b_int, rnd_res), SGRPROJ_RECIP_BITS); in calc_ab()
321 const __m128i rnd_res = round_for_shift(SGRPROJ_RECIP_BITS); in calc_ab_fast() local
375 _mm_srli_epi32(_mm_add_epi32(b_int, rnd_res), SGRPROJ_RECIP_BITS); in calc_ab_fast()
Dselfguided_avx2.c230 const __m256i rnd_res = round_for_shift(SGRPROJ_RECIP_BITS); in calc_ab() local
278 const __m256i b_res = _mm256_srli_epi32(_mm256_add_epi32(b_int, rnd_res), in calc_ab()
367 const __m256i rnd_res = round_for_shift(SGRPROJ_RECIP_BITS); in calc_ab_fast() local
415 const __m256i b_res = _mm256_srli_epi32(_mm256_add_epi32(b_int, rnd_res), in calc_ab_fast()