• Home
  • Raw
  • Download

Lines Matching refs:AACContext

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()
995 static int decode_eld_specific_config(AACContext *ac, AVCodecContext *avctx, in decode_eld_specific_config()
1070 static int decode_audio_specific_config_gb(AACContext *ac, in decode_audio_specific_config_gb()
1137 static int decode_audio_specific_config(AACContext *ac, in decode_audio_specific_config()
1206 static void aacdec_init(AACContext *ac);
1261 AACContext *ac = avctx->priv_data; in aac_decode_init()
1355 static int skip_data_stream_element(AACContext *ac, GetBitContext *gb) in skip_data_stream_element()
1372 static int decode_prediction(AACContext *ac, IndividualChannelStream *ics, in decode_prediction()
1408 static int decode_ics_info(AACContext *ac, IndividualChannelStream *ics, in decode_ics_info()
1534 static int decode_band_types(AACContext *ac, enum BandType band_type[120], in decode_band_types()
1583 static int decode_scalefactors(AACContext *ac, INTFLOAT sf[120], GetBitContext *gb, in decode_scalefactors()
1685 static int decode_tns(AACContext *ac, TemporalNoiseShaping *tns, in decode_tns()
1753 static int decode_spectrum_and_dequant(AACContext *ac, INTFLOAT coef[1024], in decode_spectrum_and_dequant()
2048 static void apply_prediction(AACContext *ac, SingleChannelElement *sce) in apply_prediction()
2111 static int decode_ics(AACContext *ac, SingleChannelElement *sce, in decode_ics()
2202 static void apply_mid_side_stereo(AACContext *ac, ChannelElement *cpe)
2240 static void apply_intensity_stereo(AACContext *ac,
2290 static int decode_cpe(AACContext *ac, GetBitContext *gb, ChannelElement *cpe)
2343 static int decode_cce(AACContext *ac, GetBitContext *gb, ChannelElement *che)
2493 static int decode_fill(AACContext *ac, GetBitContext *gb, int len) {
2526 static int decode_extension_payload(AACContext *ac, GetBitContext *gb, int cnt,
2651 static void windowing_and_mdct_ltp(AACContext *ac, INTFLOAT *out,
2677 static void apply_ltp(AACContext *ac, SingleChannelElement *sce)
2709 static void update_ltp(AACContext *ac, SingleChannelElement *sce)
2747 static void imdct_and_windowing(AACContext *ac, SingleChannelElement *sce)
2815 static void imdct_and_windowing_960(AACContext *ac, SingleChannelElement *sce)
2878 static void imdct_and_windowing_ld(AACContext *ac, SingleChannelElement *sce)
2911 static void imdct_and_windowing_eld(AACContext *ac, SingleChannelElement *sce)
2984 static void apply_channel_coupling(AACContext *ac, ChannelElement *cc,
2987 …void (*apply_coupling_method)(AACContext *ac, SingleChannelElement *target, ChannelElement *cce, i…
3017 static void spectral_to_sample(AACContext *ac, int samples)
3020 void (*imdct_and_window)(AACContext *ac, SingleChannelElement *sce);
3089 static int parse_adts_frame_header(AACContext *ac, GetBitContext *gb)
3154 AACContext *ac = avctx->priv_data;
3227 AACContext *ac = avctx->priv_data;
3438 AACContext *ac = avctx->priv_data;
3500 AACContext *ac = avctx->priv_data;
3524 static void aacdec_init(AACContext *c)
3547 offsetof(AACContext, force_dmono_mode), AV_OPT_TYPE_INT, {.i64=-1}, -1, 2,