HomeSort by relevance Sort by last modified time
    Searched refs:min_score (Results 1 - 3 of 3) sorted by null

  /external/autotest/client/site_tests/graphics_GLMark2/
graphics_GLMark2.py 6 # against minimum requirement if min_score is set.
54 def run_once(self, size='800x600', hasty=False, min_score=None):
148 if min_score is not None and score < min_score:
151 'requirement)' % (score, min_score))
  /external/eigen/Eigen/src/OrderingMethods/
Eigen_Colamd.h 728 IndexType min_score ; /* smallest column score */ local
875 min_score = n_col ;
884 c, Col [c].shared2.score, min_score, n_col)) ;
890 COLAMD_ASSERT (min_score >= 0) ;
891 COLAMD_ASSERT (min_score <= n_col) ;
910 min_score = numext::mini(min_score, score) ;
977 IndexType min_score ; \/* smallest column score *\/ local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.c 275 const double min_score = (double)(oxcf->two_pass_vbrmin_section) / 100.0; local
289 return fclamp(modified_score, min_score, max_score);
    [all...]

Completed in 267 milliseconds