Home | History | Annotate | Download | only in dsp

Lines Matching refs:vcombine_s16

98       vcombine_s16(vget_high_s16(rows->val[0]), vget_high_s16(rows->val[1]));
111 const int16x8_t D0 = vcombine_s16(a, b); // D0 = a | b
112 const int16x8_t D1 = vcombine_s16(d, c); // D1 = d | c
115 const int16x8_t E1 = vcombine_s16(vget_high_s16(E_tmp), vget_low_s16(E_tmp));