Searched refs:highbd_transpose8x8_low_sse2 (Results 1 – 3 of 3) sorted by relevance
/external/libaom/libaom/aom_dsp/x86/ |
D | lpf_common_sse2.h | 123 static INLINE void highbd_transpose8x8_low_sse2(__m128i *x0, __m128i *x1, in highbd_transpose8x8_low_sse2() function 197 highbd_transpose8x8_low_sse2(x0, x1, x2, x3, x4, x5, x6, x7, d0, d1, d2, d3); in highbd_transpose8x8_sse2()
|
D | highbd_loopfilter_sse2.c | 1428 highbd_transpose8x8_low_sse2(&x0, &x1, &x2, &x3, &x4, &x5, &x6, &x7, &d0, &d1, in aom_highbd_lpf_vertical_4_dual_sse2() 1535 highbd_transpose8x8_low_sse2(&d0, &d1, &p0, &p1p0, &q1q0, &q0, &d6, &d7, &d0, in aom_highbd_lpf_vertical_8_sse2() 1608 highbd_transpose8x8_low_sse2(&d0, &p[6], &pq[5], &pq[4], &pq[3], &pq[2], in aom_highbd_lpf_vertical_14_sse2() 1618 highbd_transpose8x8_low_sse2(&q[0], &q[1], &q[2], &q[3], &q[4], &q[5], &q[6], in aom_highbd_lpf_vertical_14_sse2()
|
D | intrapred_avx2.c | 2550 highbd_transpose8x8_low_sse2(&dstvec[0], &dstvec[1], &dstvec[2], &dstvec[3], in highbd_dr_prediction_z3_8x4_avx2()
|