Searched refs:factor1 (Results 1 – 4 of 4) sorted by relevance
/external/chromium-trace/catapult/tracing/third_party/gl-matrix/src/gl-matrix/ |
D | vec3.js | 430 factor1 = factorTimes2 * (2 * t - 3) + 1, 435 out[0] = a[0] * factor1 + b[0] * factor2 + c[0] * factor3 + d[0] * factor4; 436 out[1] = a[1] * factor1 + b[1] * factor2 + c[1] * factor3 + d[1] * factor4; 437 out[2] = a[2] * factor1 + b[2] * factor2 + c[2] * factor3 + d[2] * factor4; 457 factor1 = inverseFactorTimesTwo * inverseFactor, 462 out[0] = a[0] * factor1 + b[0] * factor2 + c[0] * factor3 + d[0] * factor4; 463 out[1] = a[1] * factor1 + b[1] * factor2 + c[1] * factor3 + d[1] * factor4; 464 out[2] = a[2] * factor1 + b[2] * factor2 + c[2] * factor3 + d[2] * factor4;
|
/external/webrtc/webrtc/modules/audio_processing/ns/ |
D | ns_core.c | 1192 float energy1, energy2, gain, factor, factor1, factor2; in WebRtcNs_ProcessCore() local 1318 factor1 = 1.f; in WebRtcNs_ProcessCore() 1326 factor1 = 1.f + 1.3f * (gain - B_LIM); in WebRtcNs_ProcessCore() 1327 if (gain * factor1 > 1.f) { in WebRtcNs_ProcessCore() 1328 factor1 = 1.f / gain; in WebRtcNs_ProcessCore() 1341 factor = self->priorSpeechProb * factor1 + in WebRtcNs_ProcessCore()
|
/external/v8/tools/ |
D | run-deopt-fuzzer.py | 104 def __init__(self, factor1=2.0, factor2=0.2): argument 105 self._factor1 = factor1
|
/external/chromium-trace/catapult/tracing/third_party/gl-matrix/dist/ |
D | gl-matrix.js | 3663 factor1 = factorTimes2 * (2 * t - 3) + 1, 3668 out[0] = a[0] * factor1 + b[0] * factor2 + c[0] * factor3 + d[0] * factor4; 3669 out[1] = a[1] * factor1 + b[1] * factor2 + c[1] * factor3 + d[1] * factor4; 3670 out[2] = a[2] * factor1 + b[2] * factor2 + c[2] * factor3 + d[2] * factor4; 3690 factor1 = inverseFactorTimesTwo * inverseFactor, 3695 out[0] = a[0] * factor1 + b[0] * factor2 + c[0] * factor3 + d[0] * factor4; 3696 out[1] = a[1] * factor1 + b[1] * factor2 + c[1] * factor3 + d[1] * factor4; 3697 out[2] = a[2] * factor1 + b[2] * factor2 + c[2] * factor3 + d[2] * factor4;
|