Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2013-11-05 00:14:03 +0400
committerDiego Biurrun <diego@biurrun.de>2013-11-10 19:07:22 +0400
commit45ef963908f5ccc63161d4c3479ba8f2a56a7705 (patch)
tree8ef10caa7f2f0ba77c1f577dd05dae6d98ffd47a /libavcodec/mpegaudiotab.h
parent5d6a990c115850326711c2f5be4d9fd33f399616 (diff)
mpegaudioenc: Move some static tables to MpegAudioContext
This reduces global state and the amount of globally visible tables.
Diffstat (limited to 'libavcodec/mpegaudiotab.h')
-rw-r--r--libavcodec/mpegaudiotab.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/libavcodec/mpegaudiotab.h b/libavcodec/mpegaudiotab.h
index 2addcb2630..d30ef1b752 100644
--- a/libavcodec/mpegaudiotab.h
+++ b/libavcodec/mpegaudiotab.h
@@ -79,15 +79,6 @@ static const int bitinv32[32] = {
};
-static int16_t filter_bank[512];
-
-static int scale_factor_table[64];
-static float scale_factor_inv_table[64];
-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
*/