Searched refs:Transpose4x4_S16 (Results 1 – 1 of 1) sorted by relevance
/external/webp/src/dsp/ |
D | enc_neon.c | 268 static WEBP_INLINE void Transpose4x4_S16(const int16x4_t A, const int16x4_t B, in Transpose4x4_S16() function 303 Transpose4x4_S16(D0, D1, D2, D3, &d0d1, &d3d2); in FTransform() 321 Transpose4x4_S16(tmp0, tmp1, tmp2, tmp3, &d0d1, &d3d2); in FTransform()
|