Searched refs:a_p1_q1 (Results 1 – 1 of 1) sorted by relevance
432 const uint8x16_t a_p1_q1 = vabdq_u8(p1, q1); // abs(p1-q1) in NeedsFilter_NEON() local434 const uint8x16_t a_p1_q1_2 = vshrq_n_u8(a_p1_q1, 1); // abs(p1-q1) / 2 in NeedsFilter_NEON()