Searched refs:idct16_8col (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/x86/ |
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 | 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 | inv_txfm_sse2.c | 461 idct16_8col(in, in); in vpx_idct16x16_256_add_sse2() 470 idct16_8col(out, out); in vpx_idct16x16_256_add_sse2() 491 idct16_8col(in, temp); in vpx_idct16x16_38_add_sse2() 496 idct16_8col(in, out); in vpx_idct16x16_38_add_sse2() 986 idct16_8col(in0, in0); in idct16_sse2() 987 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
|