Home
last modified time | relevance | path

Searched refs:search_breakout_thresh (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_speed_features.c88 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 …]
Dvp9_speed_features.h511 float search_breakout_thresh[3]; member
Dvp9_encodeframe.c3379 return linear_score >= cpi->sf.rd_ml_partition.search_breakout_thresh[q_ctx]; in ml_predict_breakout()