Searched refs:thresh_fact (Results 1 – 3 of 3) sorted by relevance
182 const int *const thresh_fact) { in rd_less_than_thresh() argument183 return best_rd < ((int64_t)thresh * (*thresh_fact) >> 5) || thresh == INT_MAX; in rd_less_than_thresh()
1069 const int *const thresh_fact) { in rd_less_than_thresh_row_mt() argument1072 best_rd < ((int64_t)thresh * (*thresh_fact) >> 5) || thresh == INT_MAX; in rd_less_than_thresh_row_mt()
435 int thresh_fact) { in rd_less_than_thresh() argument436 return best_rd < ((int64_t)thresh * thresh_fact >> 5) || thresh == INT_MAX; in rd_less_than_thresh()