Home
last modified time | relevance | path

Searched refs:Gaussian (Results 1 – 13 of 13) sorted by relevance

/external/skia/src/effects/
DGrCircleBlurFragmentProcessor.fp50 // Create a Gaussian half-kernel (right side) and a summed area table given a sigma and number
92 // Apply a Gaussian at point (evalX, 0) to a circle centered at the origin with radius circleR.
93 // This relies on having a half kernel computed for the Gaussian and a table of applications of
121 // half the Gaussian and a matching summed area table. The summed area table is used to compute
152 // Ensure the tail of the Gaussian goes to zero.
195 // When sigma is really small this becomes a equivalent to convolving a Gaussian with a
197 // Guassian and the profile texture is a just a Gaussian evaluation. However, we haven't yet
/external/webrtc/webrtc/base/
Drandom.h48 double Gaussian(double mean, double standard_deviation);
Drandom.cc69 double Random::Gaussian(double mean, double standard_deviation) { in Gaussian() function in webrtc::Random
Drandom_unittest.cc270 TEST(RandomNumberGeneratorTest, Gaussian) { in TEST() argument
280 int index = prng.Gaussian(kMean, kStddev) + 0.5; in TEST()
/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Doveruse_detector_unittest.cc62 random_.Gaussian(0, standard_deviation_ms) + 0.5)); in Run100000Samples()
85 random_.Gaussian(0, standard_deviation_ms) + 0.5)); in RunUntilOveruse()
127 int index = random_.Gaussian(49, 10); in TEST_F()
/external/lisa/ipynb/examples/android/benchmarks/
DAndroid_Geekbench.ipynb599 " <th>Gaussian Blur</th>\n",
689 "Gaussian Blur 2313 0.126649 40.5 Mpixels/sec\n",
806 " <th>Gaussian Blur</th>\n",
896 "Gaussian Blur 6175 0.200005 108.2 Mpixels/sec\n",
/external/python/cpython2/Doc/library/
Drandom.rst18 On the real line, there are functions to compute uniform, normal (Gaussian),
251 Gaussian distribution. *mu* is the mean, and *sigma* is the standard
/external/ImageMagick/MagickCore/
Dresize.c247 static double Gaussian(const double x,const ResizeFilter *resize_filter) in Gaussian() function
823 { Gaussian, 2.0, 1.5, 0.0, 0.0, GaussianWeightingFunction }, /* Gaussian */ in AcquireResizeFilter()
998 if ((resize_filter->filter == Gaussian) || in AcquireResizeFilter()
999 (resize_filter->window == Gaussian) ) { in AcquireResizeFilter()
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dbwe_test_framework.cc397 int64_t gaussian_random = random->Gaussian(mean, std_dev); in TruncatedNSigmaGaussian()
/external/ImageMagick/Magick++/
DChangeLog1155 Gaussian blur image.
1157 * lib/Image.cpp (gaussianBlur): New method to Gaussian blur image.
/external/python/cpython2/Doc/faq/
Dlibrary.rst859 * ``normalvariate(mean, sdev)`` samples the normal (Gaussian) distribution.
/external/fio/
DHOWTO843 Use a *Gaussian* (normal) distribution to decide what file to
1184 Normal (Gaussian) distribution
/external/jline/src/src/test/resources/jline/example/
Denglish.gz