Searched defs:dct_const_round_shift_64bit (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/x86/
H A Dhighbd_inv_txfm_sse2.h48 static INLINE __m128i dct_const_round_shift_64bit(const __m128i in) { function
91 t0 = dct_const_round_shift_64bit(t0);
92 t1 = dct_const_round_shift_64bit(t1);
109 t0 = dct_const_round_shift_64bit(t0);
110 t1 = dct_const_round_shift_64bit(t1);
140 temp1[0] = dct_const_round_shift_64bit(temp1[0]);
141 temp1[1] = dct_const_round_shift_64bit(temp1[1]);
142 temp2[0] = dct_const_round_shift_64bit(temp2[0]);
143 temp2[1] = dct_const_round_shift_64bit(temp2[1]);

Completed in 207 milliseconds