Searched refs:hev_thresh_ (Results 1 – 2 of 2) sorted by relevance
127 uint8_t hev_thresh_; // high edge variance threshold in [0..2] member
232 const int hev_thresh = f_info->hev_thresh_; in DoFilter()306 info->hev_thresh_ = (level >= 40) ? 2 : (level >= 15) ? 1 : 0; in PrecomputeFilterStrengths()