Searched refs:search_breakout_thresh (Results 1 – 3 of 3) sorted by relevance
88 sf->rd_ml_partition.search_breakout_thresh[0] = 0.0f; in set_good_speed_feature_framesize_dependent()89 sf->rd_ml_partition.search_breakout_thresh[1] = 0.0f; in set_good_speed_feature_framesize_dependent()90 sf->rd_ml_partition.search_breakout_thresh[2] = 0.0f; in set_good_speed_feature_framesize_dependent()92 sf->rd_ml_partition.search_breakout_thresh[0] = 2.5f; in set_good_speed_feature_framesize_dependent()93 sf->rd_ml_partition.search_breakout_thresh[1] = 1.5f; in set_good_speed_feature_framesize_dependent()94 sf->rd_ml_partition.search_breakout_thresh[2] = 1.5f; in set_good_speed_feature_framesize_dependent()110 sf->rd_ml_partition.search_breakout_thresh[0] = -5.0f; in set_good_speed_feature_framesize_dependent()111 sf->rd_ml_partition.search_breakout_thresh[1] = -5.0f; in set_good_speed_feature_framesize_dependent()112 sf->rd_ml_partition.search_breakout_thresh[2] = -9.0f; in set_good_speed_feature_framesize_dependent()116 sf->rd_ml_partition.search_breakout_thresh[0] = -1.0f; in set_good_speed_feature_framesize_dependent()[all …]
511 float search_breakout_thresh[3]; member
3379 return linear_score >= cpi->sf.rd_ml_partition.search_breakout_thresh[q_ctx]; in ml_predict_breakout()