|
FFmpeg
|
AAC Spectral Band Replication decoding functions. More...
#include "libavutil/qsort.h"Functions | |
| av_cold void AAC_RENAME() | ff_aac_sbr_init (void) |
| Initialize SBR. More... | |
| av_cold void AAC_RENAME() | ff_aac_sbr_ctx_init (AACContext *ac, SpectralBandReplication *sbr, int id_aac) |
| Initialize one SBR context. More... | |
| av_cold void AAC_RENAME() | ff_aac_sbr_ctx_close (SpectralBandReplication *sbr) |
| Close one SBR context. More... | |
| int AAC_RENAME() | ff_decode_sbr_extension (AACContext *ac, SpectralBandReplication *sbr, GetBitContext *gb_host, int crc, int cnt, int id_aac) |
| Decode Spectral Band Replication extension data; reference: table 4.55. More... | |
| void AAC_RENAME() | ff_sbr_apply (AACContext *ac, SpectralBandReplication *sbr, int id_aac, INTFLOAT *L, INTFLOAT *R) |
| Apply one SBR element to one AAC element. More... | |
AAC Spectral Band Replication decoding functions.
| av_cold void AAC_RENAME() ff_aac_sbr_ctx_close | ( | SpectralBandReplication * | sbr | ) |
Close one SBR context.
| av_cold void AAC_RENAME() ff_aac_sbr_ctx_init | ( | AACContext * | ac, |
| SpectralBandReplication * | sbr, | ||
| int | id_aac | ||
| ) |
Initialize one SBR context.
| av_cold void AAC_RENAME() ff_aac_sbr_init | ( | void | ) |
Initialize SBR.
| int AAC_RENAME() ff_decode_sbr_extension | ( | AACContext * | ac, |
| SpectralBandReplication * | sbr, | ||
| GetBitContext * | gb_host, | ||
| int | crc, | ||
| int | cnt, | ||
| int | id_aac | ||
| ) |
Decode Spectral Band Replication extension data; reference: table 4.55.
Decode one SBR element.
| crc | flag indicating the presence of CRC checksum |
| cnt | length of TYPE_FIL syntactic element in bytes |
| void AAC_RENAME() ff_sbr_apply | ( | AACContext * | ac, |
| SpectralBandReplication * | sbr, | ||
| int | id_aac, | ||
| INTFLOAT * | L, | ||
| INTFLOAT * | R | ||
| ) |
Apply one SBR element to one AAC element.
1.8.12