FFmpeg
|
#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... | |
|
static |
Apply dependent channel coupling (applied before IMDCT).
index | index into coupling gain array |
Definition at line 42 of file aacdec_fixed_coupling.h.
Referenced by aac_dsp_init().
|
static |
Apply independent channel coupling (applied after IMDCT).
index | index into coupling gain array |
Definition at line 106 of file aacdec_fixed_coupling.h.
Referenced by aac_dsp_init().