FFmpeg
|
main AAC context More...
#include <aac.h>
Public Member Functions | |
DECLARE_ALIGNED (32, float, temp)[128] | |
temporary aligned temporary buffers | |
(We do not want to have these on the stack.) | |
DECLARE_ALIGNED (32, float, buf_mdct)[1024] | |
Detailed Description
Member Function Documentation
AACContext::DECLARE_ALIGNED | ( | 32 | , |
float | , | ||
buf_mdct | |||
) |
AACContext::DECLARE_ALIGNED | ( | 32 | , |
float | , | ||
temp | |||
) |
Field Documentation
AudioFrameQueue AACContext::afq |
Definition at line 41 of file libfdk-aacenc.c.
Referenced by aac_encode_close(), aac_encode_frame(), and aac_encode_init().
int AACContext::afterburner |
Definition at line 34 of file libfdk-aacenc.c.
Referenced by aac_encode_init().
void(* AACContext::apply_ltp) (AACContext *ac, SingleChannelElement *sce) |
Definition at line 322 of file aac.h.
Referenced by aacdec_init(), ff_aacdec_init_mips(), and spectral_to_sample().
void(* AACContext::apply_tns) (float coef[1024], TemporalNoiseShaping *tns, IndividualChannelStream *ics, int decode) |
Definition at line 323 of file aac.h.
Referenced by aacdec_init(), apply_ltp(), and spectral_to_sample().
AVCodecContext* AACContext::avctx |
Definition at line 264 of file aac.h.
Referenced by aac_decode_frame(), aac_decode_frame_int(), aac_decode_init(), apply_dependent_coupling(), che_configure(), decode_band_types(), decode_cpe(), decode_extension_payload(), decode_fill(), decode_ics(), decode_ics_info(), decode_prediction(), decode_scalefactors(), decode_spectrum_and_dequant(), decode_tns(), ff_decode_sbr_extension(), ff_sbr_apply(), get_che(), latm_decode_audio_specific_config(), latm_decode_frame(), output_configure(), parse_adts_frame_header(), pop_output_configuration(), read_audio_mux_element(), read_sbr_data(), read_sbr_extension(), read_sbr_grid(), read_stream_mux_config(), sbr_hf_calc_npatches(), sbr_hf_gen(), sbr_make_f_derived(), sbr_make_f_master(), sbr_mapping(), sbr_reset(), and skip_data_stream_element().
ChannelElement* AACContext::che[4][MAX_ELEM_ID] |
Definition at line 274 of file aac.h.
Referenced by aac_decode_close(), apply_channel_coupling(), che_configure(), flush(), frame_configure_elements(), get_che(), output_configure(), and spectral_to_sample().
DynamicRangeControl AACContext::che_drc |
Definition at line 268 of file aac.h.
Referenced by decode_extension_payload().
const AVClass* AACContext::class |
Definition at line 32 of file libfdk-aacenc.c.
VO_AUDIO_CODECAPI AACContext::codec_api |
Definition at line 34 of file libvo-aacenc.c.
Referenced by aac_encode_close(), aac_encode_frame(), and aac_encode_init().
int AACContext::dmono_mode |
0->not dmono, 1->use first channel, 2->use second channel
Definition at line 312 of file aac.h.
Referenced by aac_decode_frame(), aac_decode_frame_int(), and parse_adts_frame_header().
int AACContext::eld_sbr |
Definition at line 35 of file libfdk-aacenc.c.
Referenced by aac_encode_init().
VO_PBYTE AACContext::end_buffer |
Definition at line 38 of file libvo-aacenc.c.
Referenced by aac_encode_close(), aac_encode_frame(), and aac_encode_init().
AVFloatDSPContext AACContext::fdsp |
Definition at line 295 of file aac.h.
Referenced by aac_decode_init(), apply_intensity_stereo(), apply_mid_side_stereo(), decode_spectrum_and_dequant(), ff_sbr_apply(), imdct_and_windowing(), update_ltp(), and windowing_and_mdct_ltp().
FmtConvertContext AACContext::fmt_conv |
Definition at line 294 of file aac.h.
Referenced by aac_decode_init().
int AACContext::force_dmono_mode |
0->not dmono, 1->use first channel, 2->use second channel
Definition at line 311 of file aac.h.
Referenced by aac_decode_frame().
AVFrame* AACContext::frame |
Definition at line 265 of file aac.h.
Referenced by aac_decode_frame_int(), and frame_configure_elements().
HANDLE_AACENCODER AACContext::handle |
Definition at line 33 of file libfdk-aacenc.c.
Referenced by aac_encode_close(), aac_encode_frame(), and aac_encode_init().
VO_HANDLE AACContext::handle |
Definition at line 35 of file libvo-aacenc.c.
int AACContext::header_period |
Definition at line 38 of file libfdk-aacenc.c.
Referenced by aac_encode_init().
void(* AACContext::imdct_and_windowing) (AACContext *ac, SingleChannelElement *sce) |
Definition at line 321 of file aac.h.
Referenced by aacdec_init(), ff_aacdec_init_mips(), and spectral_to_sample().
int AACContext::is_saved |
int AACContext::last_frame |
Definition at line 40 of file libvo-aacenc.c.
Referenced by aac_encode_frame(), and aac_encode_init().
int AACContext::last_samples |
Definition at line 41 of file libvo-aacenc.c.
Referenced by aac_encode_frame().
int AACContext::latm |
Definition at line 37 of file libfdk-aacenc.c.
Referenced by aac_encode_init().
FFTContext AACContext::mdct |
Definition at line 291 of file aac.h.
Referenced by aac_decode_close(), aac_decode_init(), and imdct_and_windowing().
FFTContext AACContext::mdct_ltp |
Definition at line 293 of file aac.h.
Referenced by aac_decode_close(), aac_decode_init(), and windowing_and_mdct_ltp().
FFTContext AACContext::mdct_small |
Definition at line 292 of file aac.h.
Referenced by aac_decode_close(), aac_decode_init(), and imdct_and_windowing().
VO_MEM_OPERATOR AACContext::mem_operator |
Definition at line 36 of file libvo-aacenc.c.
Referenced by aac_encode_init().
OutputConfiguration AACContext::oc[2] |
Definition at line 317 of file aac.h.
Referenced by aac_decode_frame(), aac_decode_frame_int(), aac_decode_init(), apply_dependent_coupling(), apply_independent_coupling(), apply_prediction(), che_configure(), decode_cpe(), decode_extension_payload(), decode_ics(), decode_ics_info(), decode_prediction(), decode_tns(), ff_decode_sbr_extension(), ff_sbr_apply(), get_che(), latm_decode_audio_specific_config(), latm_decode_frame(), output_configure(), parse_adts_frame_header(), pop_output_configuration(), push_output_configuration(), read_sbr_extension(), and spectral_to_sample().
SingleChannelElement* AACContext::output_element[MAX_CHANNELS] |
Points to each SingleChannelElement.
Definition at line 303 of file aac.h.
Referenced by che_configure(), and frame_configure_elements().
int AACContext::random_state |
Definition at line 296 of file aac.h.
Referenced by aac_decode_init(), and decode_spectrum_and_dequant().
int AACContext::signaling |
Definition at line 36 of file libfdk-aacenc.c.
Referenced by aac_encode_init().
ChannelElement* AACContext::tag_che_map[4][MAX_ELEM_ID] |
Definition at line 275 of file aac.h.
Referenced by get_che(), and output_configure().
int AACContext::tags_mapped |
Definition at line 276 of file aac.h.
Referenced by aac_decode_frame_int(), and get_che().
void(* AACContext::update_ltp) (AACContext *ac, SingleChannelElement *sce) |
Definition at line 327 of file aac.h.
Referenced by aacdec_init(), ff_aacdec_init_mips(), and spectral_to_sample().
VO_CODEC_INIT_USERDATA AACContext::user_data |
Definition at line 37 of file libvo-aacenc.c.
Referenced by aac_encode_init().
int AACContext::vbr |
Definition at line 39 of file libfdk-aacenc.c.
Referenced by aac_encode_init().
int AACContext::warned_num_aac_frames |
Definition at line 318 of file aac.h.
Referenced by parse_adts_frame_header().
void(* AACContext::windowing_and_mdct_ltp) (AACContext *ac, float *out, float *in, IndividualChannelStream *ics) |
Definition at line 325 of file aac.h.
Referenced by aacdec_init(), and apply_ltp().
The documentation for this struct was generated from the following files:
Generated on Mon Nov 18 2024 06:52:11 for FFmpeg by 1.8.11