From: Debargha Mukherjee Date: Wed, 16 Sep 2015 19:34:51 +0000 (-0700) Subject: Changes to ext-tx probs X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c4b4db4b12e402274d2f6cbb20c017b80fa13950;p=libvpx Changes to ext-tx probs Slight improvement in performance. derflr: +1.828% Change-Id: I74f5d3743a2b9c27e8b97c266c702dd1a791f73e --- diff --git a/vp10/common/entropymode.c b/vp10/common/entropymode.c index a194c1478..3c4b45bfb 100644 --- a/vp10/common/entropymode.c +++ b/vp10/common/entropymode.c @@ -334,9 +334,9 @@ const vpx_tree_index vp10_ext_tx_tree[TREE_SIZE(EXT_TX_TYPES)] = { }; static const vpx_prob default_ext_tx_prob[EXT_TX_SIZES][EXT_TX_TYPES - 1] = { - { 144, 20, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128 }, - { 128, 20, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128 }, - { 112, 20, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128 }, + { 112, 16, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128 }, + { 112, 16, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128 }, + { 112, 16, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128 }, }; #endif // CONFIG_EXT_TX