]> granicus.if.org Git - libvpx/commitdiff
Changes to ext-tx probs
authorDebargha Mukherjee <debargha@google.com>
Wed, 16 Sep 2015 19:34:51 +0000 (12:34 -0700)
committerDebargha Mukherjee <debargha@google.com>
Thu, 17 Sep 2015 18:04:10 +0000 (11:04 -0700)
Slight improvement in performance.
derflr: +1.828%

Change-Id: I74f5d3743a2b9c27e8b97c266c702dd1a791f73e

vp10/common/entropymode.c

index a194c1478f221ea17352786a866841183dcf083e..3c4b45bfb7009faf358f95919ad8863236a065cf 100644 (file)
@@ -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