HomeSort by relevance Sort by last modified time
    Searched refs:hev_thresh_ (Results 1 - 2 of 2) sorted by null

  /external/webp/src/dec/
vp8i.h 165 uint8_t hev_thresh_; // high edge variance threshold in [0..2] member in struct:__anon21198
frame.c 62 const int hev_thresh = f_info->hev_thresh_;
137 info->hev_thresh_ = (level >= 40) ? 2 : (level >= 15) ? 1 : 0;

Completed in 55 milliseconds