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

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/
H A Dvp9_dct_sse2.c730 static INLINE void right_shift_8x8(__m128i *res, int const bit) { function
1167 right_shift_8x8(in, 1);
1174 right_shift_8x8(in, 1);
1181 right_shift_8x8(in, 1);
1908 right_shift_8x8(res0, 2);
1909 right_shift_8x8(res0 + 8, 2);
1910 right_shift_8x8(res1, 2);
1911 right_shift_8x8(res1 + 8, 2);
/external/libvpx/libvpx/vp9/encoder/x86/
H A Dvp9_dct_sse2.c659 static INLINE void right_shift_8x8(__m128i *res, int const bit) { function
1148 right_shift_8x8(in, 1);
1155 right_shift_8x8(in, 1);
1162 right_shift_8x8(in, 1);
1838 right_shift_8x8(res0, 2);
1839 right_shift_8x8(res0 + 8, 2);
1840 right_shift_8x8(res1, 2);
1841 right_shift_8x8(res1 + 8, 2);

Completed in 117 milliseconds