Go to the source code of this file.
Data Structures | |
| struct | GranuleDef |
Functions | |
| void | ff_mp3_init (void) |
| void | ff_init_short_region (MPADecodeContext *s, GranuleDef *g) |
| Compute huffman coded region sizes. | |
| void | ff_init_long_region (MPADecodeContext *s, GranuleDef *g, int ra1, int ra2) |
| Compute huffman coded region sizes. | |
| void | ff_compute_band_indexes (MPADecodeContext *s, GranuleDef *g) |
| void ff_compute_band_indexes | ( | MPADecodeContext * | s, | |
| GranuleDef * | g | |||
| ) |
Referenced by mp_decode_layer3().
| void ff_init_long_region | ( | MPADecodeContext * | s, | |
| GranuleDef * | g, | |||
| int | ra1, | |||
| int | ra2 | |||
| ) |
| void ff_init_short_region | ( | MPADecodeContext * | s, | |
| GranuleDef * | g | |||
| ) |
| void ff_mp3_init | ( | void | ) |
1.5.8