]> granicus.if.org Git - libvpx/commitdiff
Fix a bug induced in 0c2e393c3274da40e228a157a483c03380492092
authorhui su <huisu@google.com>
Thu, 1 Oct 2015 20:56:51 +0000 (13:56 -0700)
committerhui su <huisu@google.com>
Thu, 1 Oct 2015 22:59:21 +0000 (15:59 -0700)
ext-tx on derflr: +1.841% (was +1.756)

Change-Id: Ic8c59a6fa3c77b0d2a2c493fe8cb758d91b0d886

vp10/common/entropymode.c

index 00f26f2f577d896633333c11e777ee12150723a0..5bbe045efe9f4de7b369d1f3fcc9b233c48b4704 100644 (file)
@@ -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,