Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_speed_features.c86 sf->rd_ml_partition.search_breakout = 1; in set_good_speed_feature_framesize_dependent()
100 sf->rd_ml_partition.search_breakout = 1; in set_good_speed_feature_framesize_dependent()
138 sf->rd_ml_partition.search_breakout = 0; in set_good_speed_feature_framesize_dependent()
162 sf->rd_ml_partition.search_breakout = 0; in set_good_speed_feature_framesize_dependent()
836 sf->rd_ml_partition.search_breakout = 0; in vp9_set_speed_features_framesize_dependent()
Dvp9_speed_features.h508 int search_breakout; member
Dvp9_encodeframe.c4052 cpi->sf.rd_ml_partition.search_breakout && cm->base_qindex >= 100; in rd_pick_partition()