Lines Matching refs:row23
113 const uint8x16x2_t row23 = vtrnq_u8(vreinterpretq_u8_u32(in.val[2]),
116 vreinterpretq_u16_u8(row23.val[0]));
118 vreinterpretq_u16_u8(row23.val[1]));
208 const uint8x16x2_t row23 = vtrnq_u8(row2, row3); // u20 u30 u22 u32 ...
213 vreinterpretq_u16_u8(row23.val[0]));
215 vreinterpretq_u16_u8(row23.val[1]));
413 static WEBP_INLINE void Add4x4(const int16x8_t row01, const int16x8_t row23,
431 const int16x8_t out23 = vrsraq_n_s16(dst23_s16, row23, 3);