#include "libavutil/random.h"
#include "avcodec.h"
#include "bitstream.h"
#include "dsputil.h"
#include "mpegaudio.h"
#include "mpc.h"
#include "mpcdata.h"
Go to the source code of this file.
Functions | |
| static | DECLARE_ALIGNED_16 (MPA_INT, mpa_window[512]) | 
| void | ff_mpc_init (void) | 
| 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) | 
Definition in file mpc.c.
| static DECLARE_ALIGNED_16 | ( | MPA_INT | , | |
| mpa_window | [512] | |||
| ) |  [static] | 
        
| void ff_mpc_dequantize_and_synth | ( | MPCContext * | c, | |
| int | maxband, | |||
| void * | data | |||
| ) | 
| void ff_mpc_init | ( | void | ) | 
| static void mpc_synth | ( | MPCContext * | c, | |
| int16_t * | out | |||
| ) |  [static] | 
        
Process decoded Musepack data and produce PCM.
Definition at line 47 of file mpc.c.
Referenced by ff_mpc_dequantize_and_synth().
 1.5.8