Home | History | Annotate | Download | only in dsp

Lines Matching refs:p1_q1

453   const int8x16_t p1_q1 = vqsubq_s8(p1, q1);      // (p1-q1)
454 const int8x16_t s1 = vqaddq_s8(p1_q1, q0_p0); // (p1-q1) + 1 * (q0 - p0)