Home
last modified time | relevance | path

Searched defs:cpe (Results 1 – 13 of 13) sorted by relevance

/third_party/flutter/skia/src/gpu/effects/
DGrConvexPolyEffect.cpp41 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/
DGrConvexPolyEffect.cpp98 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/
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()
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() local
Daacenc_ltp.c56 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()
Dlibfdk-aacenc.c129 int sce = 0, cpe = 0; in aac_encode_init() local
Daacenc_pred.c151 void ff_aac_adjust_common_pred(AACEncContext *s, ChannelElement *cpe) in ff_aac_adjust_common_pred()
Daacdec_template.c1728 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)
Daacenc.h396 ChannelElement *cpe; ///< channel elements member
Dalacenc.c466 int ch, element, sce, cpe; in write_frame() local
Daaccoder.c756 static void search_for_ms(AACEncContext *s, ChannelElement *cpe) in search_for_ms()
Damrwbdec.c745 float cpe = 0.125 * (1 + voice_fac); in pitch_enhancer() local
/third_party/ffmpeg/libavcodec/mips/
Daaccoder_mips.c2338 static void search_for_ms_mips(AACEncContext *s, ChannelElement *cpe) in search_for_ms_mips()