Merge "Add improvements made in good-quality mode to real-time mode"

This commit is contained in:
Yunqing Wang 2011-07-21 07:27:08 -07:00 committed by Code Review
commit c5fe641179

View File

@ -882,6 +882,10 @@ void vp8_set_speed_features(VP8_COMP *cpi)
sf->improved_quant = 0;
sf->improved_dct = 0;
sf->use_fastquant_for_pick = 1;
sf->no_skip_block4x4_search = 0;
sf->first_step = 1;
}
if (Speed > 1)