Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/x86/
Dhighbd_idct4x4_add_sse4.c42 io[0] = wraplow_16bit_shift4(io[0], io[1], _mm_set1_epi32(8)); in vpx_highbd_idct4x4_16_add_sse4_1()
43 io[1] = wraplow_16bit_shift4(io[2], io[3], _mm_set1_epi32(8)); in vpx_highbd_idct4x4_16_add_sse4_1()
Dhighbd_idct4x4_add_sse2.c134 io[0] = wraplow_16bit_shift4(io[0], io[1], _mm_set1_epi32(8)); in vpx_highbd_idct4x4_16_add_sse2()
135 io[1] = wraplow_16bit_shift4(io[2], io[3], _mm_set1_epi32(8)); in vpx_highbd_idct4x4_16_add_sse2()
Dhighbd_inv_txfm_sse2.h32 static INLINE __m128i wraplow_16bit_shift4(const __m128i in0, const __m128i in1, in wraplow_16bit_shift4() function
/external/libvpx/libvpx/vp9/common/x86/
Dvp9_highbd_iht4x4_add_sse4.c126 io[0] = wraplow_16bit_shift4(io[0], io[1], _mm_set1_epi32(8)); in vp9_highbd_iht4x4_16_add_sse4_1()
127 io[1] = wraplow_16bit_shift4(io[2], io[3], _mm_set1_epi32(8)); in vp9_highbd_iht4x4_16_add_sse4_1()