Home
last modified time | relevance | path

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

/aosp_15_r20/external/libvpx/vp9/encoder/
H A Dvp9_speed_features.c84 sf->rd_ml_partition.search_early_termination = 1; in set_good_speed_feature_framesize_dependent()
94 sf->rd_ml_partition.search_breakout = 1; in set_good_speed_feature_framesize_dependent()
96 sf->rd_ml_partition.search_breakout_thresh[0] = 0.0f; in set_good_speed_feature_framesize_dependent()
97 sf->rd_ml_partition.search_breakout_thresh[1] = 0.0f; in set_good_speed_feature_framesize_dependent()
98 sf->rd_ml_partition.search_breakout_thresh[2] = 0.0f; in set_good_speed_feature_framesize_dependent()
100 sf->rd_ml_partition.search_breakout_thresh[0] = 2.5f; in set_good_speed_feature_framesize_dependent()
101 sf->rd_ml_partition.search_breakout_thresh[1] = 1.5f; in set_good_speed_feature_framesize_dependent()
102 sf->rd_ml_partition.search_breakout_thresh[2] = 1.5f; in set_good_speed_feature_framesize_dependent()
114 sf->rd_ml_partition.search_early_termination = 0; in set_good_speed_feature_framesize_dependent()
115 sf->rd_ml_partition.search_breakout = 1; in set_good_speed_feature_framesize_dependent()
[all …]
H A Dvp9_speed_features.h569 } rd_ml_partition; member
H A Dvp9_encodeframe.c3328 return linear_score >= cpi->sf.rd_ml_partition.search_breakout_thresh[q_ctx]; in ml_predict_breakout()
3353 thresh = cpi->sf.rd_ml_partition.prune_rect_thresh[1]; in ml_prune_rect_partition()
3357 thresh = cpi->sf.rd_ml_partition.prune_rect_thresh[2]; in ml_prune_rect_partition()
3361 thresh = cpi->sf.rd_ml_partition.prune_rect_thresh[3]; in ml_prune_rect_partition()
4105 if (cpi->sf.rd_ml_partition.var_pruning && !frame_is_intra_only(cm)) { in rd_pick_partition()
4147 if (cpi->sf.rd_ml_partition.search_early_termination) { in rd_pick_partition()
4163 cpi->sf.rd_ml_partition.search_breakout && cm->base_qindex >= 100; in rd_pick_partition()
4170 if (!cpi->sf.rd_ml_partition.search_early_termination) { in rd_pick_partition()
4289 if (!cpi->sf.rd_ml_partition.search_early_termination && in rd_pick_partition()