From a85e84599bda94e1913a77d01886ce7ec9f5777d Mon Sep 17 00:00:00 2001 From: Debargha Mukherjee Date: Thu, 7 Jul 2016 11:55:20 -0700 Subject: [PATCH] Remove redundant code in new_quant Change-Id: Ie2534c7c0cc3fc59e7389b55cb066f2b347d846e --- vp10/encoder/encodemb.c | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/vp10/encoder/encodemb.c b/vp10/encoder/encodemb.c index 8fc6fb088..8c156b8da 100644 --- a/vp10/encoder/encodemb.c +++ b/vp10/encoder/encodemb.c @@ -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) { -- 2.40.0