Searched refs:rnd_res (Results 1 – 2 of 2) sorted by relevance
181 const __m128i rnd_res = round_for_shift(SGRPROJ_RECIP_BITS); in calc_ab() local235 _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() local375 _mm_srli_epi32(_mm_add_epi32(b_int, rnd_res), SGRPROJ_RECIP_BITS); in calc_ab_fast()
230 const __m256i rnd_res = round_for_shift(SGRPROJ_RECIP_BITS); in calc_ab() local278 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() local415 const __m256i b_res = _mm256_srli_epi32(_mm256_add_epi32(b_int, rnd_res), in calc_ab_fast()