mpegaudiodata.h File Reference

mpeg audio layer common tables. More...

#include <stdint.h>

Go to the source code of this file.

Macros

#define MODE_EXT_MS_STEREO   2
#define MODE_EXT_I_STEREO   1

Variables

const uint16_t avpriv_mpa_bitrate_tab [2][3][15]
const uint16_t avpriv_mpa_freq_tab [3]
const int32_t ff_mpa_enwindow [257]
const int ff_mpa_sblimit_table [5]
const int ff_mpa_quant_steps [17]
const int ff_mpa_quant_bits [17]
const unsigned char *const ff_mpa_alloc_tables [5]

Detailed Description

mpeg audio layer common tables.

Definition in file mpegaudiodata.h.

Macro Definition Documentation

#define MODE_EXT_I_STEREO   1
#define MODE_EXT_MS_STEREO   2

Variable Documentation

const uint16_t avpriv_mpa_bitrate_tab[2][3][15]
const uint16_t avpriv_mpa_freq_tab[3]
const unsigned char* const ff_mpa_alloc_tables[5]

Definition at line 183 of file mpegaudiodata.c.

Referenced by mp_decode_layer2(), and MPA_encode_init().

const int32_t ff_mpa_enwindow[257]

Definition at line 44 of file mpegaudiodata.c.

Referenced by ff_mpa_synth_init_TMPL(), and MPA_encode_init().

const int ff_mpa_quant_bits[17]
const int ff_mpa_quant_steps[17]

Definition at line 85 of file mpegaudiodata.c.

Referenced by decode_init_static(), encode_frame(), and mp_decode_layer2().

const int ff_mpa_sblimit_table[5]

Definition at line 83 of file mpegaudiodata.c.

Referenced by mp_decode_layer2(), and MPA_encode_init().