Home | History | Annotate | Download | only in dsp

Lines Matching refs:vqadd_s16

1009   const int16x4_t a = vqadd_s16(vget_low_s16(rows->val[0]),
1016 const int16x4_t d = vqadd_s16(vget_low_s16(C0), vget_high_s16(C1));
1254 const int16x4_t B = vqadd_s16(A, CD);
1255 const int16x8_t m0_m1 = vcombine_s16(vqadd_s16(B, d4), vqadd_s16(B, c4));