Searched refs:thresh_v (Results 1 – 1 of 1) sorted by relevance
443 const uint8x16_t thresh_v = vdupq_n_u8((uint8_t)thresh); in NeedsFilter() local449 const uint8x16_t mask = vcgeq_u8(thresh_v, sum); in NeedsFilter()