Searched defs:common_window (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | aacenc_ltp.c | 35 ff_aac_encode_ltp_info(AACEncContext *s, SingleChannelElement *sce, int common_window) ff_aac_encode_ltp_info() argument 159 ff_aac_search_for_ltp(AACEncContext *s, SingleChannelElement *sce, int common_window) ff_aac_search_for_ltp() argument
|
H A D | aacenc.c | 488 encode_individual_channel(AVCodecContext *avctx, AACEncContext *s, SingleChannelElement *sce, int common_window) encode_individual_channel() argument [all...] |
H A D | aac.h | 279 int common_window; ///< Set if channels share a common 'IndividualChannelStream' in bitstream. member
|
H A D | aacdec_template.c | 2307 int i, ret, common_window, ms_present = 0; local 2126 decode_ics(AACContext *ac, SingleChannelElement *sce, GetBitContext *gb, int common_window, int scale_flag) decode_ics() argument [all...] |
Completed in 7 milliseconds