]> granicus.if.org Git - libvpx/commitdiff
New comp_inter defaults.
authorRonald S. Bultje <rbultje@google.com>
Sat, 8 Jun 2013 22:13:57 +0000 (15:13 -0700)
committerRonald S. Bultje <rbultje@google.com>
Sat, 8 Jun 2013 22:13:57 +0000 (15:13 -0700)
It seems like I inverted the meaning of the contexts by accident?

Change-Id: Iafb2346d9933930949578342b84519b719dd5dd3

vp9/common/vp9_entropymode.c

index a409620035017a2dbffdd6b3f3108a65e03de6e9..2ab343a520df4e5b3973cefcbc0ea59f3aa9b0c5 100644 (file)
@@ -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] = {