FFmpeg
Functions
aacdec_float_coupling.h File Reference
#include "aacdec.h"

Go to the source code of this file.

Functions

static void AAC_RENAME() apply_dependent_coupling (AACDecContext *ac, SingleChannelElement *target, ChannelElement *cce, int index)
 Apply dependent channel coupling (applied before IMDCT). More...
 
static void AAC_RENAME() apply_independent_coupling (AACDecContext *ac, SingleChannelElement *target, ChannelElement *cce, int index)
 Apply independent channel coupling (applied after IMDCT). More...
 

Function Documentation

◆ apply_dependent_coupling()

static void AAC_RENAME() apply_dependent_coupling ( AACDecContext ac,
SingleChannelElement target,
ChannelElement cce,
int  index 
)
static

Apply dependent channel coupling (applied before IMDCT).

Parameters
indexindex into coupling gain array

Definition at line 42 of file aacdec_float_coupling.h.

◆ apply_independent_coupling()

static void AAC_RENAME() apply_independent_coupling ( AACDecContext ac,
SingleChannelElement target,
ChannelElement cce,
int  index 
)
static

Apply independent channel coupling (applied after IMDCT).

Parameters
indexindex into coupling gain array

Definition at line 78 of file aacdec_float_coupling.h.