Searched defs:cpe (Results 1 – 13 of 13) sorted by relevance
/third_party/flutter/skia/src/gpu/effects/ |
D | GrConvexPolyEffect.cpp | 41 const GrConvexPolyEffect& cpe = args.fFp.cast<GrConvexPolyEffect>(); in emitCode() local 73 const GrConvexPolyEffect& cpe = effect.cast<GrConvexPolyEffect>(); in onSetData() local 83 const GrConvexPolyEffect& cpe = processor.cast<GrConvexPolyEffect>(); in GenKey() local 209 const GrConvexPolyEffect& cpe = other.cast<GrConvexPolyEffect>(); in onIsEqual() local
|
/third_party/skia/src/gpu/effects/ |
D | GrConvexPolyEffect.cpp | 98 const GrConvexPolyEffect& cpe = args.fFp.cast<GrConvexPolyEffect>(); in onMakeProgramImpl() local 130 const GrConvexPolyEffect& cpe = fp.cast<GrConvexPolyEffect>(); in onMakeProgramImpl() local 178 const GrConvexPolyEffect& cpe = other.cast<GrConvexPolyEffect>(); in onIsEqual() local
|
/third_party/ffmpeg/libavcodec/ |
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 | 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() local
|
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()
|
D | libfdk-aacenc.c | 129 int sce = 0, cpe = 0; in aac_encode_init() local
|
D | aacenc_pred.c | 151 void ff_aac_adjust_common_pred(AACEncContext *s, ChannelElement *cpe) in ff_aac_adjust_common_pred()
|
D | aacdec_template.c | 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)
|
D | aacenc.h | 396 ChannelElement *cpe; ///< channel elements member
|
D | alacenc.c | 466 int ch, element, sce, cpe; in write_frame() local
|
D | aaccoder.c | 756 static void search_for_ms(AACEncContext *s, ChannelElement *cpe) in search_for_ms()
|
D | amrwbdec.c | 745 float cpe = 0.125 * (1 + voice_fac); in pitch_enhancer() local
|
/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()
|