Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/x86/
Dinv_txfm_sse2.c137 u[0] = dct_const_round_shift_sse2(u[0]); in iadst4_sse2()
138 u[1] = dct_const_round_shift_sse2(u[1]); in iadst4_sse2()
139 u[2] = dct_const_round_shift_sse2(u[2]); in iadst4_sse2()
140 u[3] = dct_const_round_shift_sse2(u[3]); in iadst4_sse2()
300 u[0] = dct_const_round_shift_sse2(w[0]); in iadst8_sse2()
301 u[1] = dct_const_round_shift_sse2(w[1]); in iadst8_sse2()
302 u[2] = dct_const_round_shift_sse2(w[2]); in iadst8_sse2()
303 u[3] = dct_const_round_shift_sse2(w[3]); in iadst8_sse2()
304 u[4] = dct_const_round_shift_sse2(w[4]); in iadst8_sse2()
305 u[5] = dct_const_round_shift_sse2(w[5]); in iadst8_sse2()
[all …]
Dhighbd_idct4x4_add_sse2.c23 return dct_const_round_shift_sse2(t2); in dct_const_round_shift_4_sse2()
Dinv_txfm_sse2.h60 static INLINE __m128i dct_const_round_shift_sse2(const __m128i in) { in dct_const_round_shift_sse2() function
68 return dct_const_round_shift_sse2(t); in idct_madd_round_shift_sse2()