Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/x86/
Dhighbd_idct4x4_add_sse4.c33 idct4_sse2(io_short); in vpx_highbd_idct4x4_16_add_sse4_1()
34 idct4_sse2(io_short); in vpx_highbd_idct4x4_16_add_sse4_1()
Dhighbd_idct4x4_add_sse2.c120 idct4_sse2(io_short); in vpx_highbd_idct4x4_16_add_sse2()
121 idct4_sse2(io_short); in vpx_highbd_idct4x4_16_add_sse2()
Dinv_txfm_sse2.c34 idct4_sse2(in); in vpx_idct4x4_16_add_sse2()
37 idct4_sse2(in); in vpx_idct4x4_16_add_sse2()
82 void idct4_sse2(__m128i *const in) { in idct4_sse2() function
Dinv_txfm_sse2.h699 void idct4_sse2(__m128i *const in);
/external/libvpx/libvpx/vp9/common/x86/
Dvp9_idct_intrin_sse2.c24 idct4_sse2(in); in vp9_iht4x4_16_add_sse2()
25 idct4_sse2(in); in vp9_iht4x4_16_add_sse2()
28 idct4_sse2(in); in vp9_iht4x4_16_add_sse2()
33 idct4_sse2(in); in vp9_iht4x4_16_add_sse2()
Dvp9_highbd_iht4x4_add_sse4.c102 idct4_sse2(io_short); in vp9_highbd_iht4x4_16_add_sse4_1()
107 idct4_sse2(io_short); in vp9_highbd_iht4x4_16_add_sse4_1()
/external/libaom/libaom/av1/common/x86/
Dav1_inv_txfm_ssse3.c27 static void idct4_sse2(const __m128i *input, __m128i *output, int8_t cos_bit) { in idct4_sse2() function
2303 { idct4_sse2, iadst4_sse2, iidentity4_ssse3 },
2315 { idct4_sse2, idct4_sse2, NULL, NULL },