Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/x86/
Dvp9_idct_intrin_sse2.c129 idct16_sse2(in0, in1); in vp9_iht16x16_256_add_sse2()
130 idct16_sse2(in0, in1); in vp9_iht16x16_256_add_sse2()
133 idct16_sse2(in0, in1); in vp9_iht16x16_256_add_sse2()
138 idct16_sse2(in0, in1); in vp9_iht16x16_256_add_sse2()
/external/libvpx/libvpx/vpx_dsp/x86/
Dhighbd_idct16x16_add_sse2.c54 idct16_sse2(inptr, inptr + 16); in vpx_highbd_idct16x16_256_add_sse2()
96 idct16_sse2(inptr, inptr + 16); in vpx_highbd_idct16x16_256_add_sse2()
168 idct16_sse2(inptr, inptr + 16); in vpx_highbd_idct16x16_10_add_sse2()
213 idct16_sse2(inptr, inptr + 16); in vpx_highbd_idct16x16_10_add_sse2()
Dinv_txfm_sse2.h312 void idct16_sse2(__m128i *in0, __m128i *in1);
Dinv_txfm_sse2.c1921 void idct16_sse2(__m128i *in0, __m128i *in1) { in idct16_sse2() function