Go to the source code of this file.
Functions | |
| static | DECLARE_ALIGNED_16 (MPA_INT, mpa_window[512]) |
| void | ff_mpc_init () |
| static void | mpc_synth (MPCContext *c, int16_t *out) |
| Process decoded Musepack data and produce PCM. | |
| void | ff_mpc_dequantize_and_synth (MPCContext *c, int maxband, void *data) |
| static DECLARE_ALIGNED_16 | ( | MPA_INT | , | |
| mpa_window | [512] | |||
| ) | [static] |
| void ff_mpc_init | ( | ) |
Definition at line 43 of file libavcodec/mpc.c.
Referenced by mpc7_decode_init(), and mpc8_decode_init().
| static void mpc_synth | ( | MPCContext * | c, | |
| int16_t * | out | |||
| ) | [static] |
Process decoded Musepack data and produce PCM.
Definition at line 51 of file libavcodec/mpc.c.
Referenced by ff_mpc_dequantize_and_synth().
| void ff_mpc_dequantize_and_synth | ( | MPCContext * | c, | |
| int | maxband, | |||
| void * | data | |||
| ) |
Definition at line 71 of file libavcodec/mpc.c.
Referenced by mpc7_decode_frame(), and mpc8_decode_frame().
1.5.5