Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_rd.h182 const int *const thresh_fact) { in rd_less_than_thresh() argument
183 return best_rd < ((int64_t)thresh * (*thresh_fact) >> 5) || thresh == INT_MAX; in rd_less_than_thresh()
Dvp9_pickmode.c1069 const int *const thresh_fact) { in rd_less_than_thresh_row_mt() argument
1072 best_rd < ((int64_t)thresh * (*thresh_fact) >> 5) || thresh == INT_MAX; in rd_less_than_thresh_row_mt()
/external/libaom/libaom/av1/encoder/
Drd.h435 int thresh_fact) { in rd_less_than_thresh() argument
436 return best_rd < ((int64_t)thresh * thresh_fact >> 5) || thresh == INT_MAX; in rd_less_than_thresh()