]> granicus.if.org Git - libvpx/commitdiff
Remove redundant code in new_quant
authorDebargha Mukherjee <debargha@google.com>
Thu, 7 Jul 2016 18:55:20 +0000 (11:55 -0700)
committerDebargha Mukherjee <debargha@google.com>
Thu, 7 Jul 2016 18:55:20 +0000 (11:55 -0700)
Change-Id: Ie2534c7c0cc3fc59e7389b55cb066f2b347d846e

vp10/encoder/encodemb.c

index 8fc6fb0881697169e76fb4e9741393a459e64c7a..8c156b8da8c885b59ecce1419f273a7345e7eabf 100644 (file)
@@ -1184,16 +1184,6 @@ void vp10_encode_sb(MACROBLOCK *x, BLOCK_SIZE bsize) {
     arg.ta = ctx.ta[plane];
     arg.tl = ctx.tl[plane];
 
-#if CONFIG_NEW_QUANT
-#if CONFIG_VAR_TX
-    vp10_get_entropy_contexts(bsize, TX_4X4, pd,
-                              ctx.ta[plane], ctx.tl[plane]);
-#else
-    vp10_get_entropy_contexts(bsize, tx_size, pd,
-                              ctx.ta[plane], ctx.tl[plane]);
-#endif  // CONFIG_VAR_TX
-#endif  // CONFIG_NEW_QUANT
-
 #if CONFIG_VAR_TX
     for (idy = 0; idy < mi_height; idy += bh) {
       for (idx = 0; idx < mi_width; idx += bh) {