Home
last modified time | relevance | path

Searched refs:ChannelElement (Results 1 – 14 of 14) sorted by relevance

/third_party/ffmpeg/libavcodec/
Daacenc_is.h45 struct AACISError ff_aac_is_encoding_err(AACEncContext *s, ChannelElement *cpe,
49 void ff_aac_search_for_is(AACEncContext *s, AVCodecContext *avctx, ChannelElement *cpe);
Daac.h276 typedef struct ChannelElement { struct
289 } ChannelElement; argument
306 ChannelElement *che[4][MAX_ELEM_ID];
307 ChannelElement *tag_che_map[4][MAX_ELEM_ID];
Daacenc.h68 void (*adjust_common_pred)(struct AACEncContext *s, ChannelElement *cpe);
69 void (*adjust_common_ltp)(struct AACEncContext *s, ChannelElement *cpe);
79 void (*search_for_ms)(struct AACEncContext *s, ChannelElement *cpe);
80 void (*search_for_is)(struct AACEncContext *s, AVCodecContext *avctx, ChannelElement *cpe);
396 ChannelElement *cpe; ///< channel elements
Daacenc_pred.h43 void ff_aac_adjust_common_pred(AACEncContext *s, ChannelElement *cpe);
Daacenc_ltp.h36 void ff_aac_adjust_common_ltp(AACEncContext *s, ChannelElement *cpe);
Daacenc_is.c33 struct AACISError ff_aac_is_encoding_err(AACEncContext *s, ChannelElement *cpe, in ff_aac_is_encoding_err()
98 void ff_aac_search_for_is(AACEncContext *s, AVCodecContext *avctx, ChannelElement *cpe) in ff_aac_search_for_is()
Daacdec_template.c135 if (!(ac->che[type][id] = av_mallocz(sizeof(ChannelElement)))) in che_configure()
166 ChannelElement *che = ac->che[type][id]; in frame_configure_elements()
599 ChannelElement *che = ac->che[type][i]; in flush()
655 static ChannelElement *get_che(AACContext *ac, int type, int elem_id) in get_che()
1728 static void decode_mid_side_stereo(ChannelElement *cpe, GetBitContext *gb, in decode_mid_side_stereo()
2202 static void apply_mid_side_stereo(AACContext *ac, ChannelElement *cpe)
2241 ChannelElement *cpe, int ms_present)
2290 static int decode_cpe(AACContext *ac, GetBitContext *gb, ChannelElement *cpe)
2343 static int decode_cce(AACContext *ac, GetBitContext *gb, ChannelElement *che)
2527 ChannelElement *che, enum RawDataBlockType elem_type)
[all …]
Daacenc_ltp.c56 ChannelElement *cpe; in ff_aac_ltp_insert_new_frame()
130 void ff_aac_adjust_common_ltp(AACEncContext *s, ChannelElement *cpe) in ff_aac_adjust_common_ltp()
Daacdec_fixed.c359 ChannelElement *cce, int index) in apply_dependent_coupling_fixed()
423 ChannelElement *cce, int index) in apply_independent_coupling_fixed()
Daacdec.c217 ChannelElement *cce, int index) in apply_dependent_coupling()
253 ChannelElement *cce, int index) in apply_independent_coupling()
Daacenc.c240 static void encode_ms_info(PutBitContext *pb, ChannelElement *cpe) in encode_ms_info()
254 static void adjust_frame_information(ChannelElement *cpe, int chans) in adjust_frame_information()
304 static void apply_intensity_stereo(ChannelElement *cpe) in apply_intensity_stereo()
333 static void apply_mid_side_stereo(ChannelElement *cpe) in apply_mid_side_stereo()
559 ChannelElement *cpe; in aac_encode_frame()
Daacenc_pred.c151 void ff_aac_adjust_common_pred(AACEncContext *s, ChannelElement *cpe) in ff_aac_adjust_common_pred()
Daaccoder.c756 static void search_for_ms(AACEncContext *s, ChannelElement *cpe) in search_for_ms()
/third_party/ffmpeg/libavcodec/mips/
Daaccoder_mips.c2338 static void search_for_ms_mips(AACEncContext *s, ChannelElement *cpe) in search_for_ms_mips()