]> granicus.if.org Git - libvpx/commitdiff
Remove unused variable in new-quant expt
authorhui su <huisu@google.com>
Mon, 20 Apr 2015 18:14:51 +0000 (11:14 -0700)
committerhui su <huisu@google.com>
Mon, 20 Apr 2015 18:14:51 +0000 (11:14 -0700)
remove dequant_val_nuq in macroblock_plane

Change-Id: I4b4070ae2d01c2403c781433030204d6e95c3750

vp9/encoder/vp9_block.h

index 2ba22dcc2e5d407dc39c9218137dc20775de51c2..463901a8a92609d24e5d3e42373ebf263108053b 100644 (file)
@@ -39,7 +39,6 @@ struct macroblock_plane {
   int16_t *zbin;
   int16_t *round;
 #if CONFIG_NEW_QUANT
-  dequant_val_type_nuq *dequant_val_nuq;
   cumbins_type_nuq *cumbins_nuq;
 #endif