From: hui su Date: Thu, 1 Oct 2015 20:56:51 +0000 (-0700) Subject: Fix a bug induced in 0c2e393c3274da40e228a157a483c03380492092 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f53153db4234e0591ab0c676b26ca5012f0d2b07;p=libvpx Fix a bug induced in 0c2e393c3274da40e228a157a483c03380492092 ext-tx on derflr: +1.841% (was +1.756) Change-Id: Ic8c59a6fa3c77b0d2a2c493fe8cb758d91b0d886 --- diff --git a/vp10/common/entropymode.c b/vp10/common/entropymode.c index 00f26f2f5..5bbe045ef 100644 --- a/vp10/common/entropymode.c +++ b/vp10/common/entropymode.c @@ -316,7 +316,7 @@ static const vpx_prob default_switchable_interp_prob[SWITCHABLE_FILTER_CONTEXTS] #if CONFIG_EXT_TX const vpx_tree_index vp10_ext_tx_tree[TREE_SIZE(EXT_TX_TYPES)] = { - -ALT16, 2 + -ALT16, 2, -NORM, 4, -ALT15, 6, 8, 18,