Searched refs:thresh_fact (Results 1 – 2 of 2) sorted by relevance
176 const int *const thresh_fact) { in rd_less_than_thresh() argument177 return best_rd < ((int64_t)thresh * (*thresh_fact) >> 5) || thresh == INT_MAX; in rd_less_than_thresh()
1046 const int *const thresh_fact) { in rd_less_than_thresh_row_mt() argument1049 best_rd < ((int64_t)thresh * (*thresh_fact) >> 5) || thresh == INT_MAX; in rd_less_than_thresh_row_mt()