summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_block.h
diff options
context:
space:
mode:
authorDeb Mukherjee <debargha@google.com>2013-05-30 16:20:58 -0700
committerGerrit Code Review <gerrit@gerrit.golo.chromium.org>2013-05-31 13:56:32 -0700
commit0048ec2329df2cc9f072adce25a7fb024f97d874 (patch)
tree5de178fb4709594991bdb9c4fa025ff0e344d36f /vp9/encoder/vp9_block.h
parentd771bba27e2a2835594d337a61c04b3c131deee5 (diff)
downloadlibvpx-0048ec2329df2cc9f072adce25a7fb024f97d874.tar
libvpx-0048ec2329df2cc9f072adce25a7fb024f97d874.tar.gz
libvpx-0048ec2329df2cc9f072adce25a7fb024f97d874.tar.bz2
libvpx-0048ec2329df2cc9f072adce25a7fb024f97d874.zip
Costing fixes related to trellis optimization
Migrates costing changes/fixes from the rebalance expt to the head without the expt on. Rebased. Change-Id: I51677d62f77ed08aca8d21a4c9a13103eb8de93f Results: derfraw300: +0.126%
Diffstat (limited to 'vp9/encoder/vp9_block.h')
-rw-r--r--vp9/encoder/vp9_block.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/vp9/encoder/vp9_block.h b/vp9/encoder/vp9_block.h
index e6d36cdf8..e78f54eb4 100644
--- a/vp9/encoder/vp9_block.h
+++ b/vp9/encoder/vp9_block.h
@@ -135,9 +135,7 @@ struct macroblock {
// note that token_costs is the cost when eob node is skipped
vp9_coeff_count token_costs[TX_SIZE_MAX_SB][BLOCK_TYPES];
-#if CONFIG_BALANCED_COEFTREE
vp9_coeff_count token_costs_noskip[TX_SIZE_MAX_SB][BLOCK_TYPES];
-#endif
int optimize;