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

/external/chromium_org/third_party/libwebp/dsp/
H A Ddec_neon.c222 const uint32x4x2_t row26 = vtrnq_u32(vreinterpretq_u32_u16(row02.val[1]), local
230 *p1 = vreinterpretq_u8_u32(row26.val[0]);
234 *q2 = vreinterpretq_u8_u32(row26.val[1]);
/external/webp/src/dsp/
H A Ddec_neon.c222 const uint32x4x2_t row26 = vtrnq_u32(vreinterpretq_u32_u16(row02.val[1]), local
230 *p1 = vreinterpretq_u8_u32(row26.val[0]);
234 *q2 = vreinterpretq_u8_u32(row26.val[1]);

Completed in 3286 milliseconds