FFmpeg
Functions
mpc.c File Reference
#include "libavutil/attributes.h"
#include "avcodec.h"
#include "mpegaudiodsp.h"
#include "mpegaudio.h"
#include "mpc.h"
#include "mpcdata.h"

Go to the source code of this file.

Functions

static void mpc_synth (MPCContext *c, int16_t **out, int channels)
 Process decoded Musepack data and produce PCM. More...
 
void ff_mpc_dequantize_and_synth (MPCContext *c, int maxband, int16_t **out, int channels)
 

Detailed Description

Musepack decoder core MPEG Audio Layer 1/2 -like codec with frames of 1152 samples divided into 32 subbands.

Definition in file mpc.c.

Function Documentation

◆ mpc_synth()

static void mpc_synth ( MPCContext c,
int16_t **  out,
int  channels 
)
static

Process decoded Musepack data and produce PCM.

Definition at line 40 of file mpc.c.

Referenced by ff_mpc_dequantize_and_synth().

◆ ff_mpc_dequantize_and_synth()

void ff_mpc_dequantize_and_synth ( MPCContext c,
int  maxband,
int16_t **  out,
int  channels 
)

Definition at line 56 of file mpc.c.

Referenced by mpc7_decode_frame(), and mpc8_decode_frame().