diff vp8data.h @ 12229:cf675a4d5195 libavcodec

Eliminate a LUT in escape decoding in VP8 decode_block_coeffs
author darkshikari
date Thu, 22 Jul 2010 22:08:09 +0000
parents 3c51d7ac41c9
children 112b3a0db187
line wrap: on
line diff
--- a/vp8data.h	Thu Jul 22 21:05:30 2010 +0000
+++ b/vp8data.h	Thu Jul 22 22:08:09 2010 +0000
@@ -361,8 +361,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] =
 {
     {