From: Debargha Mukherjee Date: Mon, 28 Sep 2015 16:41:19 +0000 (-0700) Subject: tx64 prob tweaks. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b80a04bd63014f17d7cf10bc10facc4094b79ae1;p=libvpx tx64 prob tweaks. A little improvement in results on hevchd Change-Id: Ib71a57c4bec34bf688e1d53dbf73eb4525e7805b --- diff --git a/vp9/common/vp9_entropymode.c b/vp9/common/vp9_entropymode.c index 82696f259..9ec0cd919 100644 --- a/vp9/common/vp9_entropymode.c +++ b/vp9/common/vp9_entropymode.c @@ -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 },