]> granicus.if.org Git - libvpx/commitdiff
tx64 prob tweaks.
authorDebargha Mukherjee <debargha@google.com>
Mon, 28 Sep 2015 16:41:19 +0000 (09:41 -0700)
committerDebargha Mukherjee <debargha@google.com>
Fri, 2 Oct 2015 18:44:02 +0000 (11:44 -0700)
A little improvement in results on hevchd

Change-Id: Ib71a57c4bec34bf688e1d53dbf73eb4525e7805b

vp9/common/vp9_entropymode.c

index 82696f259885642227f71e63ff633c95a9038c66..9ec0cd91995a494583c283e0085475ea520a15a1 100644 (file)
@@ -488,8 +488,8 @@ const vp9_tree_index vp9_single_ref_tree[TREE_SIZE(SINGLE_REFS)] = {
 
 static const struct tx_probs default_tx_probs = {
 #if CONFIG_TX64X64
-  { { 1, 3, 136, 192 },
-    { 1, 4, 52,  128 } },
+  { { 1, 3, 136, 208 },
+    { 1, 4, 52,  168 } },
 #endif
 
   { { 3, 136, 37 },