Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_rd.h147 int thresh_fact) { in rd_less_than_thresh() argument
148 return best_rd < ((int64_t)thresh * thresh_fact >> 5) || thresh == INT_MAX; in rd_less_than_thresh()