Searched refs:idct16_sse2 (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/vp9/common/x86/ |
D | vp9_idct_intrin_sse2.c | 129 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/ |
D | highbd_idct16x16_add_sse2.c | 54 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()
|
D | inv_txfm_sse2.h | 312 void idct16_sse2(__m128i *in0, __m128i *in1);
|
D | inv_txfm_sse2.c | 1921 void idct16_sse2(__m128i *in0, __m128i *in1) { in idct16_sse2() function
|