Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/x86/
Dinv_txfm_sse2.h65 static INLINE __m128i idct_madd_round_shift_sse2(const __m128i in, in idct_madd_round_shift_sse2() function
75 const __m128i t0 = idct_madd_round_shift_sse2(in0, x); in idct_calc_wraplow_sse2()
76 const __m128i t1 = idct_madd_round_shift_sse2(in1, x); in idct_calc_wraplow_sse2()
313 const __m128i t = idct_madd_round_shift_sse2(cp_16_16, lo_0); in idct8x8_12_add_kernel_sse2()
471 const __m128i t = idct_madd_round_shift_sse2(lo_0_8, k__cospi_p16_p16); in idct16x16_10_pass1()