shithub: libvpx

Download patch

ref: c2e3ee13e77a754acf51e46cc0f622d3b0f94853
parent: 855e23ce8c7526c37ce863e83ca9333f9d098dba
parent: dfa2ecc3f1babeb8a467952825b297a4e7fd5a8f
author: Yaowu Xu <yaowu@google.com>
date: Tue Jun 25 06:44:47 EDT 2013

Merge "Changed size of mb_mode_context to 8 bits"

--- a/vp9/common/vp9_blockd.h
+++ b/vp9/common/vp9_blockd.h
@@ -214,7 +214,7 @@
   int_mv ref_mvs[MAX_REF_FRAMES][MAX_MV_REF_CANDIDATES];
   int_mv best_mv, best_second_mv;
 
-  int mb_mode_context[MAX_REF_FRAMES];
+  uint8_t mb_mode_context[MAX_REF_FRAMES];
 
   unsigned char mb_skip_coeff;                                /* does this mb has coefficients at all, 1=no coefficients, 0=need decode tokens */
   unsigned char segment_id;           // Segment id for current frame