/external/webrtc/webrtc/common_audio/vad/ |
D | vad_core.c | 134 int gaussian; in GmmProbability() local 185 gaussian = channel + k * kNumChannels; in GmmProbability() 189 self->noise_means[gaussian], in GmmProbability() 190 self->noise_stds[gaussian], in GmmProbability() 191 &deltaN[gaussian]); in GmmProbability() 192 noise_probability[k] = kNoiseDataWeights[gaussian] * tmp1_s32; in GmmProbability() 198 self->speech_means[gaussian], in GmmProbability() 199 self->speech_stds[gaussian], in GmmProbability() 200 &deltaS[gaussian]); in GmmProbability() 201 speech_probability[k] = kSpeechDataWeights[gaussian] * tmp1_s32; in GmmProbability() [all …]
|
/external/libaom/libaom/aom_dsp/ |
D | add_noise.c | 42 static double gaussian(double sigma, double mu, double x) { in gaussian() function 53 const int a_i = (int)(0.5 + 256 * gaussian(sigma, 0, i)); in aom_setup_noise()
|
/external/libvpx/libvpx/vpx_dsp/ |
D | add_noise.c | 41 static double gaussian(double sigma, double mu, double x) { in gaussian() function 52 const int a_i = (int)(0.5 + 256 * gaussian(sigma, 0, i)); in vpx_setup_noise()
|
/external/eigen/unsupported/test/ |
D | cxx11_tensor_generator.cpp | 76 float gaussian = expf(-g_rows - g_cols); in test_gaussian() local 77 VERIFY_IS_EQUAL(result(i, j), gaussian); in test_gaussian()
|
/external/caliper/caliper/src/main/java/com/google/caliper/worker/ |
D | RuntimeWorker.java | 95 double gaussian) { in calculateTargetReps() argument 97 return Math.max(1L, Math.round((gaussian * (targetReps / 5)) + targetReps)); in calculateTargetReps()
|
/external/ImageMagick/Magick++/demo/ |
D | demos.tap | 25 for filter in bessel blackman box catrom cubic gaussian hamming hanning hermite lanczos mitchell po…
|
/external/skqp/src/core/ |
D | SkBlurMask.cpp | 532 float gaussian = expf(-x*x / (2*variance)); in BlurGroundTruth() local 533 gaussWindow[halfWindow + x] = gaussWindow[halfWindow-x] = gaussian; in BlurGroundTruth() 534 windowSum += 2*gaussian; in BlurGroundTruth()
|
/external/skia/src/core/ |
D | SkBlurMask.cpp | 532 float gaussian = expf(-x*x / (2*variance)); in BlurGroundTruth() local 533 gaussWindow[halfWindow + x] = gaussWindow[halfWindow-x] = gaussian; in BlurGroundTruth() 534 windowSum += 2*gaussian; in BlurGroundTruth()
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_ExtractGlimpse.pbtxt | 56 indicates if the noise should `uniform`, `gaussian`, or
|
/external/python/cpython2/Doc/library/ |
D | imgfile.rst | 52 ``'triangle'``, ``'quadratic'`` and ``'gaussian'``. If a filter is specified
|
/external/libxcam/ |
D | ChangeLog | 58 - based on gaussian and laplacian pyramid and blend images in each 140 - scale down image for gaussian blur to improve performance.
|
D | README.md | 29 - gaussian-based tone-mapping (obsolete).
|
/external/tensorflow/tensorflow/tools/compatibility/ |
D | tf_upgrade_v2.py | 2056 gaussian = ast.Str(s="gaussian") 2057 new_value = ast.IfExp(body=uniform, test=old_value, orelse=gaussian)
|
/external/skqp/tests/ |
D | BlurTest.cpp | 220 static float gaussian(int x, SkScalar sigma) { in gaussian() function 237 sum += gaussian(j, gaussianSigma) * step(i-j, stepMin, stepMax); in brute_force_1d()
|
/external/skia/tests/ |
D | BlurTest.cpp | 220 static float gaussian(int x, SkScalar sigma) { in gaussian() function 237 sum += gaussian(j, gaussianSigma) * step(i-j, stepMin, stepMax); in brute_force_1d()
|
/external/skia/src/gpu/effects/ |
D | GrRectBlurEffect.fp | 103 // if the blur sigma is too large so the gaussian overlaps the whole
|
/external/skqp/src/gpu/effects/ |
D | GrRectBlurEffect.fp | 102 // if the blur sigma is too large so the gaussian overlaps the whole
|
/external/tensorflow/tensorflow/tools/docker/notebooks/ |
D | 2_getting_started.ipynb | 581 "# Add random noise (gaussian, mean 0, stdev 1)\n", 605 " # Weights are initialized to random values (gaussian, mean 0, stdev 0.1)\n",
|
/external/cldr/tools/java/org/unicode/cldr/util/data/transforms/ |
D | internal_raw_IPA-old.txt | 77707 gaussian %17929
|