Home | History | Annotate | Download | only in dsp

Lines Matching refs:in1

84 static WEBP_INLINE void Transpose8x2(const int16x8_t in0, const int16x8_t in1,
88 const int16x8x2_t tmp0 = vzipq_s16(in0, in1); // a0 c0 a1 c1 a2 c2 ...