From f7813a5324be39d13ab536c245d15dfc602a7849 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Sun, 29 Dec 2013 12:19:38 +0000 Subject: basic type mechanism working --- ffmpeg/libavcodec/mpegaudiotab.h | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'ffmpeg/libavcodec/mpegaudiotab.h') diff --git a/ffmpeg/libavcodec/mpegaudiotab.h b/ffmpeg/libavcodec/mpegaudiotab.h index 35129e6..42d42d8 100644 --- a/ffmpeg/libavcodec/mpegaudiotab.h +++ b/ffmpeg/libavcodec/mpegaudiotab.h @@ -79,20 +79,6 @@ static const int bitinv32[32] = { }; -static int16_t filter_bank[512]; - -static int scale_factor_table[64]; -#ifdef USE_FLOATS -static float scale_factor_inv_table[64]; -#else -static int8_t scale_factor_shift[64]; -static unsigned short scale_factor_mult[64]; -#endif -static unsigned char scale_diff_table[128]; - -/* total number of bits per allocation group */ -static unsigned short total_quant_bits[17]; - /* signal to noise ratio of each quantification step (could be computed from quant_steps[]). The values are dB multiplied by 10 */ -- cgit v1.2.3