Home | History | Annotate | Download | only in dsp

Lines Matching full:a_q3_q2

695   const uint8x16_t a_q3_q2 = vabdq_u8(q3, q2);  // abs(q3 - q2)
699 const uint8x16_t max2 = vmaxq_u8(a_p1_p0, a_q3_q2);