shithub: libvpx

Download patch

ref: b409c1d91e7ca4dd36800011bf12a38b0d562585
parent: 7b9a652813038a58f2d2accafb638faf5f642b5f
parent: 3798db88e13fa929da304913fa0edc0420995df0
author: Yunqing Wang <yunqingwang@google.com>
date: Wed Jul 17 11:47:17 EDT 2013

Merge "Remove unnecessary calling of vp9_init_quantizer()"

--- a/vp9/encoder/vp9_onyx_if.c
+++ b/vp9/encoder/vp9_onyx_if.c
@@ -877,8 +877,6 @@
 
   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) {
--