From: Yaowu Xu Date: Wed, 2 May 2012 18:10:25 +0000 (-0700) Subject: chagned the decoder band to match the encoder X-Git-Tag: v1.3.0~1217^2~379^2~46 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3b909a6f037d69c896c00ec33b782adf68fb148a;p=libvpx chagned the decoder band to match the encoder missed the decoder side in last commit Change-Id: Ie97f35189e93f78783e3d8072a36eea768beed27 --- 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,