Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/x86/
Dhighbd_inv_txfm_sse2.h42 static INLINE __m128i wraplow_16bit_shift5(const __m128i in0, const __m128i in1, in wraplow_16bit_shift5() function
220 io[0] = wraplow_16bit_shift5(io[0], io[8], _mm_set1_epi32(16)); in highbd_idct8x8_final_round()
221 io[1] = wraplow_16bit_shift5(io[1], io[9], _mm_set1_epi32(16)); in highbd_idct8x8_final_round()
222 io[2] = wraplow_16bit_shift5(io[2], io[10], _mm_set1_epi32(16)); in highbd_idct8x8_final_round()
223 io[3] = wraplow_16bit_shift5(io[3], io[11], _mm_set1_epi32(16)); in highbd_idct8x8_final_round()
224 io[4] = wraplow_16bit_shift5(io[4], io[12], _mm_set1_epi32(16)); in highbd_idct8x8_final_round()
225 io[5] = wraplow_16bit_shift5(io[5], io[13], _mm_set1_epi32(16)); in highbd_idct8x8_final_round()
226 io[6] = wraplow_16bit_shift5(io[6], io[14], _mm_set1_epi32(16)); in highbd_idct8x8_final_round()
227 io[7] = wraplow_16bit_shift5(io[7], io[15], _mm_set1_epi32(16)); in highbd_idct8x8_final_round()