fix a typo
authorYaowu Xu <yaowu@google.com>
Tue, 8 Jun 2010 14:56:55 +0000 (07:56 -0700)
committerYaowu Xu <yaowu@google.com>
Tue, 8 Jun 2010 16:37:01 +0000 (09:37 -0700)
Change-Id: I180a05ad57ee6164a6a169ee08e8affd09671eee

vp8/encoder/encodemb.c

index 9fef75d..a66b90c 100644 (file)
@@ -760,7 +760,7 @@ void vp8_encode_inter16x16uv(const VP8_ENCODER_RTCD *rtcd, MACROBLOCK *x)
 
     vp8_transform_mbuv(x);
 
-    vp8_quantize_mb(x);
+    vp8_quantize_mbuv(x);
 
     vp8_inverse_transform_mbuv(IF_RTCD(&rtcd->common->idct), &x->e_mbd);