mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-04-26 01:04:45 +08:00
Eliminate a LUT in escape decoding in VP8 decode_block_coeffs
Originally committed as revision 24441 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -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] =
|
||||
{
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user