Searched defs:cpe (Results 1 - 12 of 12) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | aacenc_is.c | 33 struct AACISError ff_aac_is_encoding_err(AACEncContext *s, ChannelElement *cpe, in ff_aac_is_encoding_err() argument 98 void ff_aac_search_for_is(AACEncContext *s, AVCodecContext *avctx, ChannelElement *cpe) in ff_aac_search_for_is() argument [all...] |
H A D | aacenc_ltp.c | 56 ChannelElement *cpe; in ff_aac_ltp_insert_new_frame() local 130 void ff_aac_adjust_common_ltp(AACEncContext *s, ChannelElement *cpe) in ff_aac_adjust_common_ltp() argument
|
H A D | libfdk-aacenc.c | 129 int sce = 0, cpe = 0; in aac_encode_init() local [all...] |
H A D | aacenc_pred.c | 151 void ff_aac_adjust_common_pred(AACEncContext *s, ChannelElement *cpe) in ff_aac_adjust_common_pred() argument
|
H A D | aacenc.h | 399 ChannelElement *cpe; ///< channel elements member
|
H A D | aacenc.c | 243 static void encode_ms_info(PutBitContext *pb, ChannelElement *cpe) in encode_ms_info() argument 257 static void adjust_frame_information(ChannelElement *cpe, int chans) in adjust_frame_information() argument 307 apply_intensity_stereo(ChannelElement *cpe) apply_intensity_stereo() argument 336 apply_mid_side_stereo(ChannelElement *cpe) apply_mid_side_stereo() argument 562 ChannelElement *cpe; aac_encode_frame() local [all...] |
H A D | alacenc.c | 468 int ch, element, sce, cpe; in write_frame() local
|
H A D | aaccoder.c | 755 static void search_for_ms(AACEncContext *s, ChannelElement *cpe) in search_for_ms() argument [all...] |
H A D | amrwbdec.c | 756 float cpe = 0.125 * (1 + voice_fac); in pitch_enhancer() local
|
H A D | aacdec_template.c | 1743 static void decode_mid_side_stereo(ChannelElement *cpe, GetBitContext *gb, in decode_mid_side_stereo() argument 2217 static void apply_mid_side_stereo(AACContext *ac, ChannelElement *cpe) argument 2255 apply_intensity_stereo(AACContext *ac, ChannelElement *cpe, int ms_present) global() argument 2305 decode_cpe(AACContext *ac, GetBitContext *gb, ChannelElement *cpe) global() argument [all...] |
/third_party/skia/src/gpu/effects/ |
H A D | GrConvexPolyEffect.cpp | 105 const GrConvexPolyEffect& cpe = args.fFp.cast<GrConvexPolyEffect>(); in onMakeProgramImpl() local 137 const GrConvexPolyEffect& cpe = fp.cast<GrConvexPolyEffect>(); in onMakeProgramImpl() local 185 const GrConvexPolyEffect& cpe = other.cast<GrConvexPolyEffect>(); onIsEqual() local [all...] |
/third_party/ffmpeg/libavcodec/mips/ |
H A D | aaccoder_mips.c | 2338 static void search_for_ms_mips(AACEncContext *s, ChannelElement *cpe) in search_for_ms_mips() argument [all...] |
Completed in 19 milliseconds