Searched refs:hev_thresh_v (Results 1 – 1 of 1) sorted by relevance
653 const uint8x16_t hev_thresh_v = vdupq_n_u8((uint8_t)hev_thresh); in NeedsHev() local656 const uint8x16_t mask1 = vcgtq_u8(a_p1_p0, hev_thresh_v); in NeedsHev()657 const uint8x16_t mask2 = vcgtq_u8(a_q1_q0, hev_thresh_v); in NeedsHev()