From 2a38c2e99a574ea9097fb3498abbfae597e5cf6e Mon Sep 17 00:00:00 2001 From: Jason Garrett-Glaser Date: Thu, 22 Jul 2010 22:08:09 +0000 Subject: Eliminate a LUT in escape decoding in VP8 decode_block_coeffs Originally committed as revision 24441 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/vp8data.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'libavcodec/vp8data.h') diff --git a/libavcodec/vp8data.h b/libavcodec/vp8data.h index e8bd82da79..80fa808484 100644 --- a/libavcodec/vp8data.h +++ b/libavcodec/vp8data.h @@ -361,8 +361,6 @@ static const uint8_t * const vp8_dct_cat_prob[6] = vp8_dct_cat6_prob, }; -static const uint8_t vp8_dct_cat_offset[6] = { 5, 7, 11, 19, 35, 67 }; - static const uint8_t vp8_token_default_probs[4][8][3][NUM_DCT_TOKENS-1] = { { -- cgit v1.2.3