Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/x86/
Dselfguided_sse4.c180 const __m128i rnd_z = round_for_shift(SGRPROJ_MTABLE_BITS); in calc_ab() local
213 _mm_srli_epi32(_mm_add_epi32(_mm_mullo_epi32(p, s), rnd_z), in calc_ab()
320 const __m128i rnd_z = round_for_shift(SGRPROJ_MTABLE_BITS); in calc_ab_fast() local
353 _mm_srli_epi32(_mm_add_epi32(_mm_mullo_epi32(p, s), rnd_z), in calc_ab_fast()
Dselfguided_avx2.c229 const __m256i rnd_z = round_for_shift(SGRPROJ_MTABLE_BITS); in calc_ab() local
262 _mm256_srli_epi32(_mm256_add_epi32(_mm256_mullo_epi32(p, s), rnd_z), in calc_ab()
366 const __m256i rnd_z = round_for_shift(SGRPROJ_MTABLE_BITS); in calc_ab_fast() local
399 _mm256_srli_epi32(_mm256_add_epi32(_mm256_mullo_epi32(p, s), rnd_z), in calc_ab_fast()