• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/

Lines Matching refs:AACContext

120 static int output_configure(AACContext *ac,
150 static av_cold int che_configure(AACContext *ac,
183 AACContext *ac = avctx->priv_data;
427 static void push_output_configuration(AACContext *ac) {
438 static void pop_output_configuration(AACContext *ac) {
454 static int output_configure(AACContext *ac,
505 AACContext *ac= avctx->priv_data;
562 static ChannelElement *get_che(AACContext *ac, int type, int elem_id)
763 * @param ac pointer to AACContext, may be null
768 static int decode_ga_specific_config(AACContext *ac, AVCodecContext *avctx,
845 static int decode_eld_specific_config(AACContext *ac, AVCodecContext *avctx,
909 * @param ac pointer to AACContext, may be null
918 static int decode_audio_specific_config(AACContext *ac,
1047 static void aacdec_init(AACContext *ac);
1051 AACContext *ac = avctx->priv_data;
1152 static int skip_data_stream_element(AACContext *ac, GetBitContext *gb)
1169 static int decode_prediction(AACContext *ac, IndividualChannelStream *ics,
1205 static int decode_ics_info(AACContext *ac, IndividualChannelStream *ics,
1307 static int decode_band_types(AACContext *ac, enum BandType band_type[120],
1356 static int decode_scalefactors(AACContext *ac, float sf[120], GetBitContext *gb,
1446 static int decode_tns(AACContext *ac, TemporalNoiseShaping *tns,
1583 static int decode_spectrum_and_dequant(AACContext *ac, float coef[1024],
1856 static void apply_prediction(AACContext *ac, SingleChannelElement *sce)
1892 static int decode_ics(AACContext *ac, SingleChannelElement *sce,
1969 static void apply_mid_side_stereo(AACContext *ac, ChannelElement *cpe)
2000 static void apply_intensity_stereo(AACContext *ac,
2042 static int decode_cpe(AACContext *ac, GetBitContext *gb, ChannelElement *cpe)
2095 static int decode_cce(AACContext *ac, GetBitContext *gb, ChannelElement *che)
2233 static int decode_fill(AACContext *ac, GetBitContext *gb, int len) {
2266 static int decode_extension_payload(AACContext *ac, GetBitContext *gb, int cnt,
2375 static void windowing_and_mdct_ltp(AACContext *ac, float *out,
2401 static void apply_ltp(AACContext *ac, SingleChannelElement *sce)
2433 static void update_ltp(AACContext *ac, SingleChannelElement *sce)
2468 static void imdct_and_windowing(AACContext *ac, SingleChannelElement *sce)
2528 static void imdct_and_windowing_ld(AACContext *ac, SingleChannelElement *sce)
2553 static void imdct_and_windowing_eld(AACContext *ac, SingleChannelElement *sce)
2614 static void apply_dependent_coupling(AACContext *ac,
2650 static void apply_independent_coupling(AACContext *ac,
2669 static void apply_channel_coupling(AACContext *ac, ChannelElement *cc,
2672 void (*apply_coupling_method)(AACContext *ac, SingleChannelElement *target, ChannelElement *cce, int index))
2702 static void spectral_to_sample(AACContext *ac)
2705 void (*imdct_and_window)(AACContext *ac, SingleChannelElement *sce);
2756 static int parse_adts_frame_header(AACContext *ac, GetBitContext *gb)
2820 AACContext *ac = avctx->priv_data;
2885 AACContext *ac = avctx->priv_data;
3051 AACContext *ac = avctx->priv_data;
3119 AACContext *ac = avctx->priv_data;
3141 AACContext aac_ctx; ///< containing AACContext
3160 AACContext *ac = &latmctx->aac_ctx;
3408 static void aacdec_init(AACContext *c)
3425 offsetof(AACContext, force_dmono_mode), AV_OPT_TYPE_INT, {.i64=-1}, -1, 2,
3448 .priv_data_size = sizeof(AACContext),