|
FFmpeg
|
AAC Spectral Band Replication function declarations. More...
Go to the source code of this file.
Enumerations | |
| enum | { T_HUFFMAN_ENV_1_5DB, F_HUFFMAN_ENV_1_5DB, T_HUFFMAN_ENV_BAL_1_5DB, F_HUFFMAN_ENV_BAL_1_5DB, T_HUFFMAN_ENV_3_0DB, F_HUFFMAN_ENV_3_0DB, T_HUFFMAN_ENV_BAL_3_0DB, F_HUFFMAN_ENV_BAL_3_0DB, T_HUFFMAN_NOISE_3_0DB, T_HUFFMAN_NOISE_BAL_3_0DB } |
| SBR VLC tables. | |
| enum | { FIXFIX, FIXVAR, VARFIX, VARVAR } |
| bs_frame_class - frame class of current SBR frame (14496-3 sp04 p98) | |
| enum | { EXTENSION_ID_PS = 2 } |
Functions | |
| void AAC_RENAME() | ff_aac_sbr_init (void) |
| Initialize SBR. More... | |
| void AAC_RENAME() | ff_aac_sbr_ctx_init (AACContext *ac, SpectralBandReplication *sbr, int id_aac) |
| Initialize one SBR context. More... | |
| 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, int crc, int cnt, int id_aac) |
| Decode one SBR element. 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... | |
| void | ff_aacsbr_func_ptr_init_mips (AACSBRContext *c) |
AAC Spectral Band Replication function declarations.
| #define SBR_INIT_VLC_STATIC | ( | num, | |
| size | |||
| ) |
| void AAC_RENAME() ff_aac_sbr_ctx_close | ( | SpectralBandReplication * | sbr | ) |
Close one SBR context.
| void AAC_RENAME() ff_aac_sbr_ctx_init | ( | AACContext * | ac, |
| SpectralBandReplication * | sbr, | ||
| int | id_aac | ||
| ) |
Initialize one SBR context.
| 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 one SBR element.
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