Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_rd.h176 const int *const thresh_fact) { in rd_less_than_thresh() argument
177 return best_rd < ((int64_t)thresh * (*thresh_fact) >> 5) || thresh == INT_MAX; in rd_less_than_thresh()
Dvp9_pickmode.c1046 const int *const thresh_fact) { in rd_less_than_thresh_row_mt() argument
1049 best_rd < ((int64_t)thresh * (*thresh_fact) >> 5) || thresh == INT_MAX; in rd_less_than_thresh_row_mt()