FFmpeg
Loading...
Searching...
No Matches
aacdec_fixed_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).
 
static void AAC_RENAME apply_independent_coupling (AACDecContext *ac, SingleChannelElement *target, ChannelElement *cce, int index)
 Apply independent channel coupling (applied after IMDCT).
 

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_fixed_coupling.h.

Referenced by aac_dsp_init(), apply_dependent_coupling(), and apply_dependent_coupling().

◆ 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 106 of file aacdec_fixed_coupling.h.

Referenced by aac_dsp_init(), apply_independent_coupling(), and apply_independent_coupling().