Home | History | Annotate | Download | only in dsp

Lines Matching full:a_q2_q1

685   const uint8x16_t a_q2_q1 = vabdq_u8(q2, q1);  // abs(q2 - q1)
689 const uint8x16_t max3 = vmaxq_u8(a_q2_q1, a_q1_q0);