Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Ddec_neon.c274 static WEBP_INLINE void Store16x2_NEON(const uint8x16_t p0, const uint8x16_t q0, in Store16x2_NEON() function
283 Store16x2_NEON(p1, p0, dst - stride, stride); in Store16x4_NEON()
284 Store16x2_NEON(q0, q1, dst + stride, stride); in Store16x4_NEON()
520 Store16x2_NEON(op0, oq0, p, stride); in SimpleVFilter16_NEON()
848 Store16x2_NEON(op2, op1, p - 2 * stride, stride); in VFilter16_NEON()
849 Store16x2_NEON(op0, oq0, p + 0 * stride, stride); in VFilter16_NEON()
850 Store16x2_NEON(oq1, oq2, p + 2 * stride, stride); in VFilter16_NEON()