Searched refs:min_score (Results 1 – 3 of 3) sorted by relevance
/external/eigen/Eigen/src/OrderingMethods/ |
D | Eigen_Colamd.h | 728 IndexType min_score ; /* smallest column score */ in init_scoring() local 875 min_score = n_col ; in init_scoring() 884 c, Col [c].shared2.score, min_score, n_col)) ; in init_scoring() 890 COLAMD_ASSERT (min_score >= 0) ; in init_scoring() 891 COLAMD_ASSERT (min_score <= n_col) ; in init_scoring() 910 min_score = numext::mini(min_score, score) ; in init_scoring() 977 IndexType min_score ; /* smallest column score */ in find_ordering() local 990 min_score = 0 ; in find_ordering() 1002 COLAMD_ASSERT (min_score >= 0) ; in find_ordering() 1003 COLAMD_ASSERT (min_score <= n_col) ; in find_ordering() [all …]
|
/external/autotest/client/site_tests/graphics_GLMark2/ |
D | graphics_GLMark2.py | 63 def run_once(self, size='800x600', hasty=False, min_score=None): argument 157 if min_score is not None and score < min_score: 160 'requirement)' % (score, min_score))
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_firstpass.c | 275 const double min_score = (double)(oxcf->two_pass_vbrmin_section) / 100.0; in calculate_norm_frame_score() local 289 return fclamp(modified_score, min_score, max_score); in calculate_norm_frame_score()
|