Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/x86/
Dvp9_dct_sse2.c741 __m128i k_const_rounding = _mm_slli_epi16(kOne, bit_m02); in right_shift_8x8() local
742 res[0] = _mm_add_epi16(res[0], k_const_rounding); in right_shift_8x8()
743 res[1] = _mm_add_epi16(res[1], k_const_rounding); in right_shift_8x8()
744 res[2] = _mm_add_epi16(res[2], k_const_rounding); in right_shift_8x8()
745 res[3] = _mm_add_epi16(res[3], k_const_rounding); in right_shift_8x8()
746 res[4] = _mm_add_epi16(res[4], k_const_rounding); in right_shift_8x8()
747 res[5] = _mm_add_epi16(res[5], k_const_rounding); in right_shift_8x8()
748 res[6] = _mm_add_epi16(res[6], k_const_rounding); in right_shift_8x8()
749 res[7] = _mm_add_epi16(res[7], k_const_rounding); in right_shift_8x8()