Searched refs:highbd_transpose8x8_sse2 (Results 1 – 3 of 3) sorted by relevance
/external/libaom/libaom/aom_dsp/x86/ |
D | lpf_common_sse2.h | 192 static INLINE void highbd_transpose8x8_sse2( in highbd_transpose8x8_sse2() function 208 highbd_transpose8x8_sse2(x0, x1, x2, x3, x4, x5, x6, x7, d0, d1, d2, d3, d4, in highbd_transpose8x16_sse2() 210 highbd_transpose8x8_sse2(x0 + 1, x1 + 1, x2 + 1, x3 + 1, x4 + 1, x5 + 1, in highbd_transpose8x16_sse2()
|
D | highbd_loopfilter_sse2.c | 1494 highbd_transpose8x8_sse2(&x0, &x1, &x2, &x3, &x4, &x5, &x6, &x7, &p2, &p1, in aom_highbd_lpf_vertical_6_dual_sse2() 1561 highbd_transpose8x8_sse2(&x0, &x1, &x2, &x3, &x4, &x5, &x6, &x7, &d0, &d1, in aom_highbd_lpf_vertical_8_dual_sse2() 1568 highbd_transpose8x8_sse2(&d0, &d1, &d2, &d3, &d4, &d5, &d6, &d7, &x0, &x1, in aom_highbd_lpf_vertical_8_dual_sse2() 1654 highbd_transpose8x8_sse2(&p6, &p5, &p4, &p3, &p2, &p1, &p0, &q0, &d0, &p[6], in aom_highbd_lpf_vertical_14_dual_sse2() 1666 highbd_transpose8x8_sse2(&p6_2, &p5_2, &p4_2, &p3_2, &p2_2, &p1_2, &p0_2, in aom_highbd_lpf_vertical_14_dual_sse2() 1673 highbd_transpose8x8_sse2(&d0, &p[6], &p[5], &p[4], &p[3], &p[2], &p[1], &p[0], in aom_highbd_lpf_vertical_14_dual_sse2() 1686 highbd_transpose8x8_sse2(&q[0], &q[1], &q[2], &q[3], &q[4], &q[5], &q[6], &d7, in aom_highbd_lpf_vertical_14_dual_sse2()
|
D | intrapred_avx2.c | 2928 highbd_transpose8x8_sse2(&dstvec[0], &dstvec[1], &dstvec[2], &dstvec[3], in highbd_dr_prediction_z3_8x8_avx2() 3016 highbd_transpose8x8_sse2(&dstvec[0 + i], &dstvec[1 + i], &dstvec[2 + i], in highbd_dr_prediction_z3_16x8_avx2() 3127 highbd_transpose8x8_sse2(&dstvec[0 + i], &dstvec[1 + i], &dstvec[2 + i], in highbd_dr_prediction_z3_32x8_avx2()
|