Merge "Remove unnecessary calling of vp9_init_quantizer()"
This commit is contained in:
commit
b409c1d91e
@ -877,8 +877,6 @@ void vp9_set_speed_features(VP9_COMP *cpi) {
|
||||
|
||||
cpi->mb.quantize_b_4x4 = vp9_regular_quantize_b_4x4;
|
||||
|
||||
vp9_init_quantizer(cpi);
|
||||
|
||||
if (cpi->sf.iterative_sub_pixel == 1) {
|
||||
cpi->find_fractional_mv_step = vp9_find_best_sub_pixel_step_iteratively;
|
||||
} else if (cpi->sf.quarter_pixel_search) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user