summaryrefslogtreecommitdiff
path: root/vp9/common
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@google.com>2013-06-09 06:40:02 -0700
committerGerrit Code Review <gerrit@gerrit.golo.chromium.org>2013-06-09 06:40:02 -0700
commitc3f9b070ca02f492fd007bcad1eade9493807cf0 (patch)
tree57d8657a1e3df0310fcc32f1c1f61a9100a4e313 /vp9/common
parent3993d30922d7a90c6a4dae8798365e2d47c140d9 (diff)
parent99e10253b0703e120fa701aface06b03b0cd50dd (diff)
downloadlibvpx-c3f9b070ca02f492fd007bcad1eade9493807cf0.tar
libvpx-c3f9b070ca02f492fd007bcad1eade9493807cf0.tar.gz
libvpx-c3f9b070ca02f492fd007bcad1eade9493807cf0.tar.bz2
libvpx-c3f9b070ca02f492fd007bcad1eade9493807cf0.zip
Merge "New comp_inter defaults." into experimental
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 ea71282c4..911b5556e 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] = {