summaryrefslogtreecommitdiff
path: root/vp8/decoder
diff options
context:
space:
mode:
authorYaowu Xu <yaowu@google.com>2012-05-02 11:10:25 -0700
committerYaowu Xu <yaowu@google.com>2012-05-02 11:10:25 -0700
commit3b909a6f037d69c896c00ec33b782adf68fb148a (patch)
tree9053504f3721a7bf25851ac402c4af14699192b6 /vp8/decoder
parentbd69b7d45941b4916dda738e1c05297ef4b03755 (diff)
downloadlibvpx-3b909a6f037d69c896c00ec33b782adf68fb148a.tar
libvpx-3b909a6f037d69c896c00ec33b782adf68fb148a.tar.gz
libvpx-3b909a6f037d69c896c00ec33b782adf68fb148a.tar.bz2
libvpx-3b909a6f037d69c896c00ec33b782adf68fb148a.zip
chagned the decoder band to match the encoder
missed the decoder side in last commit Change-Id: Ie97f35189e93f78783e3d8072a36eea768beed27
Diffstat (limited to 'vp8/decoder')
-rw-r--r--vp8/decoder/detokenize.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vp8/decoder/detokenize.c b/vp8/decoder/detokenize.c
index 6ce39e194..106e09663 100644
--- a/vp8/decoder/detokenize.c
+++ b/vp8/decoder/detokenize.c
@@ -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,