Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Ddec_neon.c305 static WEBP_INLINE void Store8x2x2(const uint8x16_t p0, const uint8x16_t q0, in Store8x2x2() function
320 Store8x2x2(p1, p0, u - stride, v - stride, stride); in Store8x4x2()
321 Store8x2x2(q0, q1, u + stride, v + stride, stride); in Store8x4x2()
918 Store8x2x2(op2, op1, u - 2 * stride, v - 2 * stride, stride); in VFilter8()
919 Store8x2x2(op0, oq0, u + 0 * stride, v + 0 * stride, stride); in VFilter8()
920 Store8x2x2(oq1, oq2, u + 2 * stride, v + 2 * stride, stride); in VFilter8()