Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
Dvp9_dct_avx2.c560 const int bit_m02 = bit - 2; in right_shift_8x8_avx2() local
570 if (bit_m02 >= 0) { in right_shift_8x8_avx2()
571 __m128i k_const_rounding = _mm_slli_epi16(kOne, bit_m02); in right_shift_8x8_avx2()
Dvp9_dct_sse2.c661 const int bit_m02 = bit - 2; in right_shift_8x8() local
671 if (bit_m02 >= 0) { in right_shift_8x8()
672 __m128i k_const_rounding = _mm_slli_epi16(kOne, bit_m02); in right_shift_8x8()