Home | History | Annotate | Download | only in dsp

Lines Matching full:a_q1_q0

680   const uint8x16_t a_q1_q0 = vabdq_u8(q1, q0);  // abs(q1 - q0)
681 const uint8x16_t a_max = vmaxq_u8(a_p1_p0, a_q1_q0);
697 const uint8x16_t a_q1_q0 = vabdq_u8(q1, q0); // abs(q1 - q0)
700 const uint8x16_t max3 = vmaxq_u8(a_q2_q1, a_q1_q0);