Searched refs:idct16_8col (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | highbd_idct16x16_add_sse4.c | 213 idct16_8col(in, in); in vpx_highbd_idct16x16_256_add_sse4_1() 222 idct16_8col(out, out); in vpx_highbd_idct16x16_256_add_sse4_1() 268 idct16_8col(in, temp); in vpx_highbd_idct16x16_38_add_sse4_1() 273 idct16_8col(in, out); in vpx_highbd_idct16x16_38_add_sse4_1()
|
D | highbd_idct16x16_add_sse2.c | 214 idct16_8col(in, in); in vpx_highbd_idct16x16_256_add_sse2() 223 idct16_8col(out, out); in vpx_highbd_idct16x16_256_add_sse2() 269 idct16_8col(in, temp); in vpx_highbd_idct16x16_38_add_sse2() 274 idct16_8col(in, out); in vpx_highbd_idct16x16_38_add_sse2()
|
D | inv_txfm_sse2.c | 414 idct16_8col(in, in); in vpx_idct16x16_256_add_sse2() 423 idct16_8col(out, out); in vpx_idct16x16_256_add_sse2() 444 idct16_8col(in, temp); in vpx_idct16x16_38_add_sse2() 449 idct16_8col(in, out); in vpx_idct16x16_38_add_sse2() 871 idct16_8col(in0, in0); in idct16_sse2() 872 idct16_8col(in1, in1); in idct16_sse2()
|
D | inv_txfm_sse2.h | 343 static INLINE void idct16_8col(const __m128i *const in /*in[16]*/, in idct16_8col() function
|
/external/libvpx/libvpx/vp9/common/x86/ |
D | vp9_highbd_iht16x16_add_sse4.c | 363 idct16_8col(in, in); in vp9_highbd_iht16x16_256_add_sse4_1() 376 idct16_8col(out, out); in vp9_highbd_iht16x16_256_add_sse4_1()
|