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

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

Completed in 72 milliseconds