Home
last modified time | relevance | path

Searched refs:hev_thresh_ (Results 1 – 2 of 2) sorted by relevance

/external/webp/src/dec/
Dvp8i_dec.h127 uint8_t hev_thresh_; // high edge variance threshold in [0..2] member
Dframe_dec.c232 const int hev_thresh = f_info->hev_thresh_; in DoFilter()
306 info->hev_thresh_ = (level >= 40) ? 2 : (level >= 15) ? 1 : 0; in PrecomputeFilterStrengths()