/third_party/typescript/tests/baselines/reference/ |
H A D | parserUsingConstructorAsIdentifier.js | 33 function mix(constructor) { function
|
/third_party/skia/src/gpu/tessellate/ |
H A D | Tessellation.h | 52 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 D | SynthVoice.java | 50 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 D | seed_material.cc | 235 auto mix = [&](uint32_t x, uint32_t y) { in MixIntoSeedMaterial() local
|
/third_party/ffmpeg/libavfilter/ |
H A D | af_earwax.c | 159 static void mix(AVFilterContext *ctx, AVFrame *out, in mix() function
|
H A D | vf_colortemperature.c | 39 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 D | af_asubboost.c | 100 const double mix = ctx->is_disabled ? 0. : 1.; in filter_channels() local
|
H A D | vf_colorize.c | 32 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 D | af_acrusher.c | 48 double mix; member 226 const double mix = s->mix; in filter_frame() local [all...] |
H A D | af_sidechaincompress.c | 52 double mix; member 171 const double mix = s->mix; in compressor() local
|
H A D | vf_mix.c | 384 AVFILTER_DEFINE_CLASS(mix); variable
|
H A D | af_speechnorm.c | 327 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 D | af_aiir.c | 59 double mix; member [all...] |
H A D | af_biquads.c | 136 double mix; member [all...] |
/third_party/alsa-utils/alsaloop/ |
H A D | control.c | 242 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 D | gznorm.c | 301 int mix = (strm.data_type & 0x80) && bits; in gzip_normalize() local
|
/third_party/ffmpeg/libavutil/ |
H A D | aes.c | 113 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 D | avtab.c | 67 #define mix(input) do { \ in avtab_hash() macro 81 #undef mix in avtab_hash() macro
|
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuVectorUtil.hpp | 70 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 D | ColorStateTests.cpp | 265 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 D | ParagraphCache.cpp | 125 uint32_t ParagraphCacheKey::mix(uint32_t hash, uint32_t data) { in mix() function in skia::textlayout::ParagraphCacheKey [all...] |
/third_party/ffmpeg/libavresample/ |
H A D | audio_mix.c | 47 mix_func *mix; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
H A D | Hashing.h | 290 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 D | Hashing.h | 289 void mix(const char *s) { in mix() function [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | 4xm.c | 717 static int mix(int c0, int c1) in mix() function
|