Searched refs:Store16x2 (Results 1 – 1 of 1) sorted by relevance
/external/webp/src/dsp/ |
D | dec_neon.c | 292 static WEBP_INLINE void Store16x2(const uint8x16_t p0, const uint8x16_t q0, in Store16x2() function 301 Store16x2(p1, p0, dst - stride, stride); in Store16x4() 302 Store16x2(q0, q1, dst + stride, stride); in Store16x4() 532 Store16x2(op0, oq0, p, stride); in SimpleVFilter16() 836 Store16x2(op2, op1, p - 2 * stride, stride); in VFilter16() 837 Store16x2(op0, oq0, p + 0 * stride, stride); in VFilter16() 838 Store16x2(oq1, oq2, p + 2 * stride, stride); in VFilter16()
|