summaryrefslogtreecommitdiff
path: root/vp9/common
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@google.com>2013-06-08 15:13:57 -0700
committerRonald S. Bultje <rbultje@google.com>2013-06-08 15:13:57 -0700
commit99e10253b0703e120fa701aface06b03b0cd50dd (patch)
tree16cc4c01e6e4d00cedb46142489aff5e81df7499 /vp9/common
parent073c7d5eec5454e1e082e33e1847bc1ed9176eb4 (diff)
downloadlibvpx-99e10253b0703e120fa701aface06b03b0cd50dd.tar
libvpx-99e10253b0703e120fa701aface06b03b0cd50dd.tar.gz
libvpx-99e10253b0703e120fa701aface06b03b0cd50dd.tar.bz2
libvpx-99e10253b0703e120fa701aface06b03b0cd50dd.zip
New comp_inter defaults.
It seems like I inverted the meaning of the contexts by accident? Change-Id: Iafb2346d9933930949578342b84519b719dd5dd3
Diffstat (limited to 'vp9/common')
-rw-r--r--vp9/common/vp9_entropymode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vp9/common/vp9_entropymode.c b/vp9/common/vp9_entropymode.c
index a40962003..2ab343a52 100644
--- a/vp9/common/vp9_entropymode.c
+++ b/vp9/common/vp9_entropymode.c
@@ -134,7 +134,7 @@ static const vp9_prob default_intra_inter_p[INTRA_INTER_CONTEXTS] = {
};
static const vp9_prob default_comp_inter_p[COMP_INTER_CONTEXTS] = {
- 25, 66, 106, 142, 183
+ 239, 183, 119, 96, 41
};
static const vp9_prob default_comp_ref_p[REF_CONTEXTS] = {