shithub: libvpx

Download patch

ref: 3b909a6f037d69c896c00ec33b782adf68fb148a
parent: bd69b7d45941b4916dda738e1c05297ef4b03755
author: Yaowu Xu <yaowu@google.com>
date: Wed May 2 07:10:25 EDT 2012

chagned the decoder band to match the encoder

missed the decoder side in last commit

Change-Id: Ie97f35189e93f78783e3d8072a36eea768beed27

--- a/vp8/decoder/detokenize.c
+++ b/vp8/decoder/detokenize.c
@@ -26,7 +26,7 @@
     0 * OCB_X, 1 * OCB_X, 2 * OCB_X, 3 * OCB_X,
     6 * OCB_X, 4 * OCB_X, 5 * OCB_X, 6 * OCB_X,
     6 * OCB_X, 6 * OCB_X, 6 * OCB_X, 6 * OCB_X,
-    6 * OCB_X, 6 * OCB_X, 6 * OCB_X, 7 * OCB_X
+    6 * OCB_X, 7 * OCB_X, 7 * OCB_X, 7 * OCB_X
 };
 DECLARE_ALIGNED(64, static const unsigned char, coef_bands_x_8x8[64]) = {
   0 * OCB_X, 1 * OCB_X, 2 * OCB_X, 3 * OCB_X, 5 * OCB_X, 4 * OCB_X, 4 * OCB_X, 5 * OCB_X,
--