Searched refs:AACContext (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Daacsbr.h39 av_cold void ff_aac_sbr_ctx_init(AACContext *ac, SpectralBandReplication *sbr);
43 int ff_decode_sbr_extension(AACContext *ac, SpectralBandReplication *sbr,
46 void ff_sbr_apply(AACContext *ac, SpectralBandReplication *sbr, int id_aac,
H A Dlibvo-aacenc.c28 typedef struct AACContext { struct
33 } AACContext; typedef in typeref:struct:AACContext
37 AACContext *s = avctx->priv_data;
88 AACContext *s = avctx->priv_data;
100 AACContext *s = avctx->priv_data;
122 .priv_data_size = sizeof(AACContext),
H A Daacdec.c117 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 *a
[all...]
H A Daac.h304 } AACContext; typedef in typeref:struct:__anon1833
H A Daacsbr.c129 av_cold void ff_aac_sbr_ctx_init(AACContext *ac, SpectralBandReplication *sbr)
310 static int sbr_make_f_master(AACContext *ac, SpectralBandReplication *sbr,
497 static int sbr_hf_calc_npatches(AACContext *ac, SpectralBandReplication *sbr)
548 static int sbr_make_f_derived(AACContext *ac, SpectralBandReplication *sbr)
615 static int read_sbr_grid(AACContext *ac, SpectralBandReplication *sbr,
898 static void read_sbr_extension(AACContext *ac, SpectralBandReplication *sbr,
926 static int read_sbr_single_channel_element(AACContext *ac,
946 static int read_sbr_channel_pair_element(AACContext *ac,
988 static unsigned int read_sbr_data(AACContext *ac, SpectralBandReplication *sbr,
1029 static void sbr_reset(AACContext *a
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Daacsbr.h39 void ff_aac_sbr_ctx_init(AACContext *ac, SpectralBandReplication *sbr);
43 int ff_decode_sbr_extension(AACContext *ac, SpectralBandReplication *sbr,
46 void ff_sbr_apply(AACContext *ac, SpectralBandReplication *sbr, int id_aac,
H A Daac.h262 struct AACContext { struct
322 void (*imdct_and_windowing)(AACContext *ac, SingleChannelElement *sce);
323 void (*apply_ltp)(AACContext *ac, SingleChannelElement *sce);
326 void (*windowing_and_mdct_ltp)(AACContext *ac, float *out,
328 void (*update_ltp)(AACContext *ac, SingleChannelElement *sce);
332 void ff_aacdec_init_mips(AACContext *c);
H A Dsbr.h37 typedef struct AACContext AACContext; typedef in typeref:struct:AACContext
119 int (*sbr_lf_gen)(AACContext *ac, SpectralBandReplication *sbr,
H A Dlibfdk-aacenc.c29 typedef struct AACContext { struct
40 } AACContext; typedef in typeref:struct:AACContext
43 { "afterburner", "Afterburner (improved quality)", offsetof(AACContext, afterburner), AV_OPT_TYPE_INT, { .i64 = 1 }, 0, 1, AV_OPT_FLAG_AUDIO_PARAM | AV_OPT_FLAG_ENCODING_PARAM },
44 { "eld_sbr", "Enable SBR for ELD (for SBR in other configurations, use the -profile parameter)", offsetof(AACContext, eld_sbr), AV_OPT_TYPE_INT, { .i64 = 0 }, 0, 1, AV_OPT_FLAG_AUDIO_PARAM | AV_OPT_FLAG_ENCODING_PARAM },
45 { "signaling", "SBR/PS signaling style", offsetof(AACContext, signaling), AV_OPT_TYPE_INT, { .i64 = -1 }, -1, 2, AV_OPT_FLAG_AUDIO_PARAM | AV_OPT_FLAG_ENCODING_PARAM, "signaling" },
50 { "latm", "Output LATM/LOAS encapsulated data", offsetof(AACContext, latm), AV_OPT_TYPE_INT, { .i64 = 0 }, 0, 1, AV_OPT_FLAG_AUDIO_PARAM | AV_OPT_FLAG_ENCODING_PARAM },
51 { "header_period", "StreamMuxConfig and PCE repetition period (in frames)", offsetof(AACContext, header_period), AV_OPT_TYPE_INT, { .i64 = 0 }, 0, 0xffff, AV_OPT_FLAG_AUDIO_PARAM | AV_OPT_FLAG_ENCODING_PARAM },
52 { "vbr", "VBR mode (1-5)", offsetof(AACContext, vbr), AV_OPT_TYPE_INT, { .i64 = 0 }, 0, 5, AV_OPT_FLAG_AUDIO_PARAM | AV_OPT_FLAG_ENCODING_PARAM },
94 AACContext *s = avctx->priv_data;
106 AACContext *
[all...]
H A Dlibvo-aacenc.c33 typedef struct AACContext { struct
42 } AACContext; typedef in typeref:struct:AACContext
47 AACContext *s = avctx->priv_data;
59 AACContext *s = avctx->priv_data;
126 AACContext *s = avctx->priv_data;
192 .priv_data_size = sizeof(AACContext),
H A Daacdec.c120 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 *a
[all...]
H A Daacsbr.c149 av_cold void ff_aac_sbr_ctx_init(AACContext *ac, SpectralBandReplication *sbr)
332 static int sbr_make_f_master(AACContext *ac, SpectralBandReplication *sbr,
521 static int sbr_hf_calc_npatches(AACContext *ac, SpectralBandReplication *sbr)
572 static int sbr_make_f_derived(AACContext *ac, SpectralBandReplication *sbr)
639 static int read_sbr_grid(AACContext *ac, SpectralBandReplication *sbr,
922 static void read_sbr_extension(AACContext *ac, SpectralBandReplication *sbr,
953 static int read_sbr_single_channel_element(AACContext *ac,
973 static int read_sbr_channel_pair_element(AACContext *ac,
1015 static unsigned int read_sbr_data(AACContext *ac, SpectralBandReplication *sbr,
1056 static void sbr_reset(AACContext *a
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/mips/
H A Daacdec_mips.c67 static void imdct_and_windowing_mips(AACContext *ac, SingleChannelElement *sce)
427 static void apply_ltp_mips(AACContext *ac, SingleChannelElement *sce)
488 static void update_ltp_mips(AACContext *ac, SingleChannelElement *sce)
822 void ff_aacdec_init_mips(AACContext *c)
H A Daacsbr_mips.c60 static int sbr_lf_gen_mips(AACContext *ac, SpectralBandReplication *sbr,

Completed in 117 milliseconds