Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/x86/
Dvp9_dct_sse2.c728 static INLINE void right_shift_8x8(__m128i *res, int const bit) { in right_shift_8x8() function
1217 right_shift_8x8(in, 1); in vp9_fht8x8_sse2()
1224 right_shift_8x8(in, 1); in vp9_fht8x8_sse2()
1231 right_shift_8x8(in, 1); in vp9_fht8x8_sse2()
1975 right_shift_8x8(res0, 2); in right_shift_16x16()
1976 right_shift_8x8(res0 + 8, 2); in right_shift_16x16()
1977 right_shift_8x8(res1, 2); in right_shift_16x16()
1978 right_shift_8x8(res1 + 8, 2); in right_shift_16x16()