|
FFmpeg
|
Go to the source code of this file.
Functions | |
| int | ff_aac_parse_fac_data (AACUsacElemData *ce, GetBitContext *gb, int use_gain, int len) |
| int | ff_aac_ldp_parse_channel_stream (AACDecContext *ac, AACUSACConfig *usac, AACUsacElemData *ce, GetBitContext *gb) |
| int ff_aac_parse_fac_data | ( | AACUsacElemData * | ce, |
| GetBitContext * | gb, | ||
| int | use_gain, | ||
| int | len | ||
| ) |
Definition at line 129 of file aacdec_lpd.c.
Referenced by decode_usac_core_coder(), and ff_aac_ldp_parse_channel_stream().
| int ff_aac_ldp_parse_channel_stream | ( | AACDecContext * | ac, |
| AACUSACConfig * | usac, | ||
| AACUsacElemData * | ce, | ||
| GetBitContext * | gb | ||
| ) |
Definition at line 148 of file aacdec_lpd.c.
Referenced by decode_usac_core_coder().
1.8.17