Lines Matching refs:AACContext
99 static int output_configure(AACContext *ac,
129 static av_cold int che_configure(AACContext *ac,
162 AACContext *ac = avctx->priv_data;
503 static int push_output_configuration(AACContext *ac) {
518 static void pop_output_configuration(AACContext *ac) {
533 static int output_configure(AACContext *ac,
608 AACContext *ac= avctx->priv_data;
629 static int set_default_channel_config(AACContext *ac, AVCodecContext *avctx,
669 static ChannelElement *get_che(AACContext *ac, int type, int elem_id)
916 * @param ac pointer to AACContext, may be null
921 static int decode_ga_specific_config(AACContext *ac, AVCodecContext *avctx,
1010 static int decode_eld_specific_config(AACContext *ac, AVCodecContext *avctx,
1076 * @param ac pointer to AACContext, may be null
1085 static int decode_audio_specific_config_gb(AACContext *ac,
1152 static int decode_audio_specific_config(AACContext *ac,
1221 static void aacdec_init(AACContext *ac);
1276 AACContext *ac = avctx->priv_data;
1370 static int skip_data_stream_element(AACContext *ac, GetBitContext *gb)
1387 static int decode_prediction(AACContext *ac, IndividualChannelStream *ics,
1423 static int decode_ics_info(AACContext *ac, IndividualChannelStream *ics,
1549 static int decode_band_types(AACContext *ac, enum BandType band_type[120],
1598 static int decode_scalefactors(AACContext *ac, INTFLOAT sf[120], GetBitContext *gb,
1700 static int decode_tns(AACContext *ac, TemporalNoiseShaping *tns,
1768 static int decode_spectrum_and_dequant(AACContext *ac, INTFLOAT coef[1024],
2063 static void apply_prediction(AACContext *ac, SingleChannelElement *sce)
2126 static int decode_ics(AACContext *ac, SingleChannelElement *sce,
2217 static void apply_mid_side_stereo(AACContext *ac, ChannelElement *cpe)
2255 static void apply_intensity_stereo(AACContext *ac,
2305 static int decode_cpe(AACContext *ac, GetBitContext *gb, ChannelElement *cpe)
2358 static int decode_cce(AACContext *ac, GetBitContext *gb, ChannelElement *che)
2508 static int decode_fill(AACContext *ac, GetBitContext *gb, int len) {
2541 static int decode_extension_payload(AACContext *ac, GetBitContext *gb, int cnt,
2667 static void windowing_and_mdct_ltp(AACContext *ac, INTFLOAT *out,
2693 static void apply_ltp(AACContext *ac, SingleChannelElement *sce)
2725 static void update_ltp(AACContext *ac, SingleChannelElement *sce)
2763 static void imdct_and_windowing(AACContext *ac, SingleChannelElement *sce)
2831 static void imdct_and_windowing_960(AACContext *ac, SingleChannelElement *sce)
2894 static void imdct_and_windowing_ld(AACContext *ac, SingleChannelElement *sce)
2927 static void imdct_and_windowing_eld(AACContext *ac, SingleChannelElement *sce)
3000 static void apply_channel_coupling(AACContext *ac, ChannelElement *cc,
3003 void (*apply_coupling_method)(AACContext *ac, SingleChannelElement *target, ChannelElement *cce, int index))
3033 static void spectral_to_sample(AACContext *ac, int samples)
3036 void (*imdct_and_window)(AACContext *ac, SingleChannelElement *sce);
3105 static int parse_adts_frame_header(AACContext *ac, GetBitContext *gb)
3170 AACContext *ac = avctx->priv_data;
3243 AACContext *ac = avctx->priv_data;
3455 AACContext *ac = avctx->priv_data;
3517 AACContext *ac = avctx->priv_data;
3541 static void aacdec_init(AACContext *c)
3565 offsetof(AACContext, force_dmono_mode), AV_OPT_TYPE_INT, {.i64=-1}, -1, 2,
3574 offsetof(AACContext, output_channel_order), AV_OPT_TYPE_INT,