Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/x86/
Dvp9_idct_intrin_sse2.c29 iadst4_sse2(in); in vp9_iht4x4_16_add_sse2()
32 iadst4_sse2(in); in vp9_iht4x4_16_add_sse2()
37 iadst4_sse2(in); in vp9_iht4x4_16_add_sse2()
38 iadst4_sse2(in); in vp9_iht4x4_16_add_sse2()
Dvp9_highbd_iht4x4_add_sse4.c104 iadst4_sse2(io_short); in vp9_highbd_iht4x4_16_add_sse4_1()
109 iadst4_sse2(io_short); in vp9_highbd_iht4x4_16_add_sse4_1()
/external/libaom/libaom/av1/common/x86/
Dav1_inv_txfm_ssse3.c1614 static void iadst4_sse2(const __m128i *input, __m128i *output, int8_t cos_bit) { in iadst4_sse2() function
2303 { idct4_sse2, iadst4_sse2, iidentity4_ssse3 },
2316 { iadst4_sse2, iadst4_sse2, NULL, NULL },
/external/libvpx/libvpx/vpx_dsp/x86/
Dinv_txfm_sse2.h702 void iadst4_sse2(__m128i *const in);
Dinv_txfm_sse2.c102 void iadst4_sse2(__m128i *const in) { in iadst4_sse2() function