shithub: libvpx

Download patch

ref: 99e10253b0703e120fa701aface06b03b0cd50dd
parent: 073c7d5eec5454e1e082e33e1847bc1ed9176eb4
author: Ronald S. Bultje <rbultje@google.com>
date: Sat Jun 8 11:13:57 EDT 2013

New comp_inter defaults.

It seems like I inverted the meaning of the contexts by accident?

Change-Id: Iafb2346d9933930949578342b84519b719dd5dd3

--- a/vp9/common/vp9_entropymode.c
+++ b/vp9/common/vp9_entropymode.c
@@ -134,7 +134,7 @@
 };
 
 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] = {
--