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

/external/chromium_org/third_party/libwebp/dsp/
H A Ddec_neon.c224 const uint32x4x2_t row15 = vtrnq_u32(vreinterpretq_u32_u16(row13.val[0]), local
229 *p2 = vreinterpretq_u8_u32(row15.val[0]);
233 *q1 = vreinterpretq_u8_u32(row15.val[1]);
/external/webp/src/dsp/
H A Ddec_neon.c224 const uint32x4x2_t row15 = vtrnq_u32(vreinterpretq_u32_u16(row13.val[0]), local
229 *p2 = vreinterpretq_u8_u32(row15.val[0]);
233 *q1 = vreinterpretq_u8_u32(row15.val[1]);

Completed in 238 milliseconds