/third_party/ffmpeg/libavcodec/ |
D | libfdk-aacenc.c | 38 typedef struct AACContext { struct 50 } AACContext; argument 53 …{ "afterburner", "Afterburner (improved quality)", offsetof(AACContext, afterburner), AV_OPT_TYPE_… 54 …or SBR in other configurations, use the -profile parameter)", offsetof(AACContext, eld_sbr), AV_OP… 56 …{ "eld_v2", "Enable ELDv2 (LD-MPS extension for ELD stereo signals)", offsetof(AACContext, eld_v2)… 58 …{ "signaling", "SBR/PS signaling style", offsetof(AACContext, signaling), AV_OPT_TYPE_INT, { .i64 … 63 …{ "latm", "Output LATM/LOAS encapsulated data", offsetof(AACContext, latm), AV_OPT_TYPE_INT, { .i6… 64 …{ "header_period", "StreamMuxConfig and PCE repetition period (in frames)", offsetof(AACContext, h… 65 …{ "vbr", "VBR mode (1-5)", offsetof(AACContext, vbr), AV_OPT_TYPE_INT, { .i64 = 0 }, 0, 5, AV_OPT_… 111 AACContext *s = avctx->priv_data; in aac_encode_close() [all …]
|
D | aac.h | 294 struct AACContext { struct 364 void (*imdct_and_windowing)(AACContext *ac, SingleChannelElement *sce); argument 365 void (*apply_ltp)(AACContext *ac, SingleChannelElement *sce); argument 368 void (*windowing_and_mdct_ltp)(AACContext *ac, INTFLOAT *out, argument 370 void (*update_ltp)(AACContext *ac, SingleChannelElement *sce); argument 376 void ff_aacdec_init_mips(AACContext *c); argument
|
D | aacsbr.h | 84 void AAC_RENAME(ff_aac_sbr_ctx_init)(AACContext *ac, SpectralBandReplication *sbr, int id_aac); 88 int AAC_RENAME(ff_decode_sbr_extension)(AACContext *ac, SpectralBandReplication *sbr, 91 void AAC_RENAME(ff_sbr_apply)(AACContext *ac, SpectralBandReplication *sbr, int id_aac,
|
D | aacdec_template.c | 97 static int output_configure(AACContext *ac, 127 static av_cold int che_configure(AACContext *ac, in che_configure() 160 AACContext *ac = avctx->priv_data; in frame_configure_elements() 501 static int push_output_configuration(AACContext *ac) { in push_output_configuration() 516 static void pop_output_configuration(AACContext *ac) { in pop_output_configuration() 532 static int output_configure(AACContext *ac, in output_configure() 594 AACContext *ac= avctx->priv_data; in flush() 615 static int set_default_channel_config(AACContext *ac, AVCodecContext *avctx, in set_default_channel_config() 655 static ChannelElement *get_che(AACContext *ac, int type, int elem_id) in get_che() 906 static int decode_ga_specific_config(AACContext *ac, AVCodecContext *avctx, in decode_ga_specific_config() [all …]
|
D | sbr.h | 40 typedef struct AACContext AACContext; typedef 124 int (*sbr_lf_gen)(AACContext *ac, SpectralBandReplication *sbr,
|
D | aacsbr_template.c | 92 av_cold void AAC_RENAME(ff_aac_sbr_ctx_init)(AACContext *ac, SpectralBandReplication *sbr, int id_a… in AAC_RENAME() 263 static int sbr_make_f_master(AACContext *ac, SpectralBandReplication *sbr, 483 static int sbr_hf_calc_npatches(AACContext *ac, SpectralBandReplication *sbr) 541 static int sbr_make_f_derived(AACContext *ac, SpectralBandReplication *sbr) 626 static int read_sbr_grid(AACContext *ac, SpectralBandReplication *sbr, 809 static int read_sbr_envelope(AACContext *ac, SpectralBandReplication *sbr, GetBitContext *gb, 898 static int read_sbr_noise(AACContext *ac, SpectralBandReplication *sbr, GetBitContext *gb, 945 static void read_sbr_extension(AACContext *ac, SpectralBandReplication *sbr, 970 static int read_sbr_single_channel_element(AACContext *ac, 994 static int read_sbr_channel_pair_element(AACContext *ac, [all …]
|
D | aacdec.c | 215 static void apply_dependent_coupling(AACContext *ac, in apply_dependent_coupling() 251 static void apply_independent_coupling(AACContext *ac, in apply_independent_coupling() 268 AACContext aac_ctx; ///< containing AACContext 287 AACContext *ac = &latmctx->aac_ctx; in latm_decode_audio_specific_config() 561 .priv_data_size = sizeof(AACContext),
|
D | aacdec_fixed.c | 357 static void apply_dependent_coupling_fixed(AACContext *ac, in apply_dependent_coupling_fixed() 421 static void apply_independent_coupling_fixed(AACContext *ac, in apply_independent_coupling_fixed() 459 .priv_data_size = sizeof(AACContext),
|
D | aacsbr.c | 219 static void sbr_gain_calc(AACContext *ac, SpectralBandReplication *sbr, in sbr_gain_calc()
|
D | aacsbr_fixed.c | 399 static void sbr_gain_calc(AACContext *ac, SpectralBandReplication *sbr, in sbr_gain_calc()
|
/third_party/ffmpeg/libavcodec/mips/ |
D | aacdec_mips.c | 114 static void imdct_and_windowing_mips(AACContext *ac, SingleChannelElement *sce) in imdct_and_windowing_mips() 226 static void apply_ltp_mips(AACContext *ac, SingleChannelElement *sce) in apply_ltp_mips() 336 static void update_ltp_mips(AACContext *ac, SingleChannelElement *sce) in update_ltp_mips() 433 void ff_aacdec_init_mips(AACContext *c) in ff_aacdec_init_mips()
|
D | aacsbr_mips.c | 63 static int sbr_lf_gen_mips(AACContext *ac, SpectralBandReplication *sbr, in sbr_lf_gen_mips()
|