Home
last modified time | relevance | path

Searched defs:mix (Results 1 - 25 of 39) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
H A DparserUsingConstructorAsIdentifier.js33 function mix(constructor) { function
/third_party/skia/src/gpu/tessellate/
H A DTessellation.h52 AI vec<N> mix(vec<N> a, vec<N> b, vec<N> T) { in mix() function
58 AI vec<N> mix(vec<N> a, vec<N> b, float T) { in mix() function
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/synth/
H A DSynthVoice.java50 public void mix(float[] outputBuffer, int samplesPerFrame, float level) { in mix() method in SynthVoice
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
H A Dseed_material.cc235 auto mix = [&](uint32_t x, uint32_t y) { in MixIntoSeedMaterial() local
/third_party/ffmpeg/libavfilter/
H A Daf_earwax.c159 static void mix(AVFilterContext *ctx, AVFrame *out, in mix() function
H A Dvf_colortemperature.c39 float mix; member
110 const float mix = s->mix; in temperature_slice8() local
153 const float mix = s->mix; in temperature_slice16() local
194 const float mix = s->mix; in temperature_slice8p() local
235 const float mix = s->mix; temperature_slice16p() local
[all...]
H A Daf_asubboost.c100 const double mix = ctx->is_disabled ? 0. : 1.; in filter_channels() local
H A Dvf_colorize.c32 float mix; member
59 const float mix = s->mix; in colorizey_slice8() local
82 const float mix = s->mix; in colorizey_slice16() local
[all...]
H A Daf_acrusher.c48 double mix; member
226 const double mix = s->mix; in filter_frame() local
[all...]
H A Daf_sidechaincompress.c52 double mix; member
171 const double mix = s->mix; in compressor() local
H A Dvf_mix.c384 AVFILTER_DEFINE_CLASS(mix); variable
H A Daf_speechnorm.c327 static double dlerp(double min, double max, double mix) in dlerp() argument
332 static float flerp(float min, float max, float mix) in flerp() argument
H A Daf_aiir.c59 double mix; member
[all...]
H A Daf_biquads.c136 double mix; member
[all...]
/third_party/alsa-utils/alsaloop/
H A Dcontrol.c242 control_init2(struct loopback *loop, struct loopback_mixer *mix) control_init2() argument
316 struct loopback_mixer *mix; control_init() local
345 struct loopback_mixer *mix; control_done() local
366 control_event1(struct loopback *loop, struct loopback_mixer *mix, snd_ctl_event_t *ev, int capture) control_event1() argument
410 struct loopback_mixer *mix; control_event() local
[all...]
/third_party/zlib/examples/
H A Dgznorm.c301 int mix = (strm.data_type & 0x80) && bits; in gzip_normalize() local
/third_party/ffmpeg/libavutil/
H A Daes.c113 static inline void mix(av_aes_block state[2], uint32_t multbl[][256], int s1, int s3) in mix() function
/third_party/selinux/libsepol/src/
H A Davtab.c67 #define mix(input) do { \ in avtab_hash() macro
81 #undef mix in avtab_hash() macro
/third_party/vk-gl-cts/framework/common/
H A DtcuVectorUtil.hpp70 inline float mix (float x, float y, float a) { return x * (1.0f - a) + y * a; } in mix() function
80 inline double mix (double x, double y, double a) { return x * (1.0 - a) + y * a; } in mix() function
206 Vector<float, Size> mix (const Vector<float, Size>& x, const Vector<float, Size>& y, float a) in mix() function
215 Vector<double, Size> mix (const Vector<double, Size>& x, const Vector<double, Size>& y, double a) in mix() function
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DColorStateTests.cpp265 RGBA8 mix(const RGBA8& col1, const RGBA8& col2, std::array<float, 4> fac) { in mix() function
276 RGBA8 mix(const RGBA8& col1, const RGBA8& col2, const RGBA8& fac) { in mix() function
[all...]
/third_party/skia/modules/skparagraph/src/
H A DParagraphCache.cpp125 uint32_t ParagraphCacheKey::mix(uint32_t hash, uint32_t data) { in mix() function in skia::textlayout::ParagraphCacheKey
[all...]
/third_party/ffmpeg/libavresample/
H A Daudio_mix.c47 mix_func *mix; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DHashing.h290 void mix(const char *s) { in mix() function
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DHashing.h289 void mix(const char *s) { in mix() function
[all...]
/third_party/ffmpeg/libavcodec/
H A D4xm.c717 static int mix(int c0, int c1) in mix() function

Completed in 22 milliseconds

12