Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_speed_features.c80 sf->rd_ml_partition.search_early_termination = 1; in set_good_speed_feature_framesize_dependent()
86 sf->rd_ml_partition.search_breakout = 1; in set_good_speed_feature_framesize_dependent()
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()
99 sf->rd_ml_partition.search_early_termination = 0; in set_good_speed_feature_framesize_dependent()
100 sf->rd_ml_partition.search_breakout = 1; in set_good_speed_feature_framesize_dependent()
[all …]
Dvp9_speed_features.h526 } rd_ml_partition; member
Dvp9_encodeframe.c3379 return linear_score >= cpi->sf.rd_ml_partition.search_breakout_thresh[q_ctx]; in ml_predict_breakout()
3404 thresh = cpi->sf.rd_ml_partition.prune_rect_thresh[1]; in ml_prune_rect_partition()
3408 thresh = cpi->sf.rd_ml_partition.prune_rect_thresh[2]; in ml_prune_rect_partition()
3412 thresh = cpi->sf.rd_ml_partition.prune_rect_thresh[3]; in ml_prune_rect_partition()
3994 if (cpi->sf.rd_ml_partition.var_pruning && !frame_is_intra_only(cm)) { in rd_pick_partition()
4036 if (cpi->sf.rd_ml_partition.search_early_termination) { in rd_pick_partition()
4052 cpi->sf.rd_ml_partition.search_breakout && cm->base_qindex >= 100; in rd_pick_partition()
4059 if (!cpi->sf.rd_ml_partition.search_early_termination) { in rd_pick_partition()
4225 if (!cpi->sf.rd_ml_partition.search_early_termination && in rd_pick_partition()