]> granicus.if.org Git - libvpx/commitdiff
vp8_regular_quantize_b_sse2: remove dead init
authorJames Zern <jzern@google.com>
Fri, 3 Apr 2015 23:39:17 +0000 (16:39 -0700)
committerJames Zern <jzern@google.com>
Fri, 3 Apr 2015 23:44:16 +0000 (16:44 -0700)
Change-Id: Ide5eefadbb3cab38743a69f744a003abb37a6506

vp8/encoder/x86/quantize_sse2.c

index 291d21992fe7aede5c26edaca3b7180ac49f3df2..f56e64672c4878ea3b042e1dcb06da3fa6676c0c 100644 (file)
@@ -35,7 +35,7 @@
 void vp8_regular_quantize_b_sse2(BLOCK *b, BLOCKD *d)
 {
     char eob = 0;
-    short *zbin_boost_ptr  = b->zrun_zbin_boost;
+    short *zbin_boost_ptr;
     short *qcoeff_ptr      = d->qcoeff;
     DECLARE_ALIGNED_ARRAY(16, short, x, 16);
     DECLARE_ALIGNED_ARRAY(16, short, y, 16);