Searched defs:Store8x2x2 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libwebp/dsp/
H A Ddec_neon.c305 static WEBP_INLINE void Store8x2x2(const uint8x16_t p0, const uint8x16_t q0, function
320 Store8x2x2(p1, p0, u - stride, v - stride, stride);
321 Store8x2x2(q0, q1, u + stride, v + stride, stride);
913 Store8x2x2(op2, op1, u - 2 * stride, v - 2 * stride, stride);
914 Store8x2x2(op0, oq0, u + 0 * stride, v + 0 * stride, stride);
915 Store8x2x2(oq1, oq2, u + 2 * stride, v + 2 * stride, stride);
/external/webp/src/dsp/
H A Ddec_neon.c305 static WEBP_INLINE void Store8x2x2(const uint8x16_t p0, const uint8x16_t q0, function
320 Store8x2x2(p1, p0, u - stride, v - stride, stride);
321 Store8x2x2(q0, q1, u + stride, v + stride, stride);
913 Store8x2x2(op2, op1, u - 2 * stride, v - 2 * stride, stride);
914 Store8x2x2(op0, oq0, u + 0 * stride, v + 0 * stride, stride);
915 Store8x2x2(oq1, oq2, u + 2 * stride, v + 2 * stride, stride);

Completed in 106 milliseconds