chagned the decoder band to match the encoder
authorYaowu Xu <yaowu@google.com>
Wed, 2 May 2012 18:10:25 +0000 (11:10 -0700)
committerYaowu Xu <yaowu@google.com>
Wed, 2 May 2012 18:10:25 +0000 (11:10 -0700)
missed the decoder side in last commit

Change-Id: Ie97f35189e93f78783e3d8072a36eea768beed27

vp8/decoder/detokenize.c

index 6ce39e1..106e096 100644 (file)
@@ -26,7 +26,7 @@ DECLARE_ALIGNED(16, static const unsigned char, coef_bands_x[16]) =
     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,