Searched refs:ChannelElement (Results 1 – 14 of 14) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | aacenc_is.h | 45 struct AACISError ff_aac_is_encoding_err(AACEncContext *s, ChannelElement *cpe, 49 void ff_aac_search_for_is(AACEncContext *s, AVCodecContext *avctx, ChannelElement *cpe);
|
D | aac.h | 276 typedef struct ChannelElement { struct 289 } ChannelElement; argument 306 ChannelElement *che[4][MAX_ELEM_ID]; 307 ChannelElement *tag_che_map[4][MAX_ELEM_ID];
|
D | aacenc.h | 68 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
|
D | aacenc_pred.h | 43 void ff_aac_adjust_common_pred(AACEncContext *s, ChannelElement *cpe);
|
D | aacenc_ltp.h | 36 void ff_aac_adjust_common_ltp(AACEncContext *s, ChannelElement *cpe);
|
D | aacenc_is.c | 33 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()
|
D | aacdec_template.c | 135 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 …]
|
D | aacenc_ltp.c | 56 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()
|
D | aacdec_fixed.c | 359 ChannelElement *cce, int index) in apply_dependent_coupling_fixed() 423 ChannelElement *cce, int index) in apply_independent_coupling_fixed()
|
D | aacdec.c | 217 ChannelElement *cce, int index) in apply_dependent_coupling() 253 ChannelElement *cce, int index) in apply_independent_coupling()
|
D | aacenc.c | 240 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()
|
D | aacenc_pred.c | 151 void ff_aac_adjust_common_pred(AACEncContext *s, ChannelElement *cpe) in ff_aac_adjust_common_pred()
|
D | aaccoder.c | 756 static void search_for_ms(AACEncContext *s, ChannelElement *cpe) in search_for_ms()
|
/third_party/ffmpeg/libavcodec/mips/ |
D | aaccoder_mips.c | 2338 static void search_for_ms_mips(AACEncContext *s, ChannelElement *cpe) in search_for_ms_mips()
|