Home
last modified time | relevance | path

Searched refs:Transpose8x4 (Results 1 – 2 of 2) sorted by relevance

/external/libgav1/libgav1/src/dsp/arm/
Dloop_filter_neon.cc406 Transpose8x4(&p2q1, &p1q2, &p0xx, &q0xx); in Vertical6_NEON()
657 Transpose8x4(&p3q0, &p2q1, &p1q2, &p0q3); in Vertical8_NEON()
728 Transpose8x4(&p3q0_output, &p2q1_output, &p1q2_output, &p0q3_output); in Vertical8_NEON()
Dcommon_neon.h526 inline void Transpose8x4(uint8x8_t* a0, uint8x8_t* a1, uint8x8_t* a2, in Transpose8x4() function