|
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_float_coupling.h.
|
static |
Apply independent channel coupling (applied after IMDCT).
| index | index into coupling gain array |
Definition at line 78 of file aacdec_float_coupling.h.
1.8.17