• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/

Lines Matching refs:AACContext

117 static ChannelElement *get_che(AACContext *ac, int type, int elem_id)
191 static av_cold int che_configure(AACContext *ac,
226 static av_cold int output_configure(AACContext *ac,
401 * @param ac pointer to AACContext, may be null
406 static int decode_ga_specific_config(AACContext *ac, AVCodecContext *avctx,
469 * @param ac pointer to AACContext, may be null
478 static int decode_audio_specific_config(AACContext *ac,
583 AACContext *ac = avctx->priv_data;
675 static int skip_data_stream_element(AACContext *ac, GetBitContext *gb)
692 static int decode_prediction(AACContext *ac, IndividualChannelStream *ics,
712 static void decode_ltp(AACContext *ac, LongTermPrediction *ltp,
726 static int decode_ics_info(AACContext *ac, IndividualChannelStream *ics,
796 static int decode_band_types(AACContext *ac, enum BandType band_type[120],
845 static int decode_scalefactors(AACContext *ac, float sf[120], GetBitContext *gb,
935 static int decode_tns(AACContext *ac, TemporalNoiseShaping *tns,
1069 static int decode_spectrum_and_dequant(AACContext *ac, float coef[1024],
1341 static void apply_prediction(AACContext *ac, SingleChannelElement *sce)
1371 static int decode_ics(AACContext *ac, SingleChannelElement *sce,
1429 static void apply_mid_side_stereo(AACContext *ac, ChannelElement *cpe)
1459 static void apply_intensity_stereo(AACContext *ac, ChannelElement *cpe, int ms_present)
1499 static int decode_cpe(AACContext *ac, GetBitContext *gb, ChannelElement *cpe)
1550 static int decode_cce(AACContext *ac, GetBitContext *gb, ChannelElement *che)
1697 static int decode_extension_payload(AACContext *ac, GetBitContext *gb, int cnt,
1801 static void windowing_and_mdct_ltp(AACContext *ac, float *out,
1827 static void apply_ltp(AACContext *ac, SingleChannelElement *sce)
1859 static void update_ltp(AACContext *ac, SingleChannelElement *sce)
1894 static void imdct_and_windowing(AACContext *ac, SingleChannelElement *sce)
1959 static void apply_dependent_coupling(AACContext *ac,
1995 static void apply_independent_coupling(AACContext *ac,
2014 static void apply_channel_coupling(AACContext *ac, ChannelElement *cc,
2017 void (*apply_coupling_method)(AACContext *ac, SingleChannelElement *target, ChannelElement *cce, int index))
2047 static void spectral_to_sample(AACContext *ac)
2090 static int parse_adts_frame_header(AACContext *ac, GetBitContext *gb)
2133 AACContext *ac = avctx->priv_data;
2270 AACContext *ac = avctx->priv_data;
2311 AACContext *ac = avctx->priv_data;
2332 AACContext aac_ctx; ///< containing AACContext
2351 AACContext *ac = &latmctx->aac_ctx;
2597 .priv_data_size = sizeof(AACContext),