Searched refs:wraplow_16bit_shift4 (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | highbd_idct4x4_add_sse4.c | 42 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()
|
D | highbd_idct4x4_add_sse2.c | 134 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()
|
D | highbd_inv_txfm_sse2.h | 32 static INLINE __m128i wraplow_16bit_shift4(const __m128i in0, const __m128i in1, in wraplow_16bit_shift4() function
|
/external/libvpx/libvpx/vp9/common/x86/ |
D | vp9_highbd_iht4x4_add_sse4.c | 126 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()
|