HomeSort by relevance Sort by last modified time
    Searched full:sigmas (Results 1 - 25 of 28) sorted by null

1 2

  /external/skia/gm/
blurtextsmallradii.cpp 14 double sigmas[] = {0.5, 0.75, 1.0, 1.5, 2.5}; local
17 for (auto sigma : sigmas) {
blurimagevmask.cpp 24 const double sigmas[] = {3.0, 8.0, 16.0, 24.0, 32.0}; local
31 for (auto sigma:sigmas) {
  /external/skqp/gm/
blurtextsmallradii.cpp 14 double sigmas[] = {0.5, 0.75, 1.0, 1.5, 2.5}; local
17 for (auto sigma : sigmas) {
blurimagevmask.cpp 24 const double sigmas[] = {3.0, 8.0, 16.0, 24.0, 32.0}; local
31 for (auto sigma:sigmas) {
  /external/skia/src/core/
SkMaskBlurFilter.h 26 // returns true iff the sigmas will result in an identity mask (no blurring)
SkMaskBlurFilter.cpp 953 // TODO: assuming sigmaW = sigmaH. Allow different sigmas. Right now the
954 // API forces the sigmas to be the same.
    [all...]
SkBlurImageFilter.cpp 626 // If both sigmas produce arms of the cross that are less than 1/2048, then they
  /external/skqp/src/core/
SkMaskBlurFilter.h 26 // returns true iff the sigmas will result in an identity mask (no blurring)
SkMaskBlurFilter.cpp 953 // TODO: assuming sigmaW = sigmaH. Allow different sigmas. Right now the
954 // API forces the sigmas to be the same.
    [all...]
SkBlurImageFilter.cpp 626 // If both sigmas produce arms of the cross that are less than 1/2048, then they
  /external/wycheproof/java/com/google/security/wycheproof/testcases/
DsaTest.java     [all...]
EcdsaTest.java     [all...]
  /external/skia/tests/
SkGaussFilterTest.cpp 48 // The following two sigmas account for about 85% of all sigmas used for masks.
BlurTest.cpp 292 // Test out the normal blur style with a wide range of sigmas
442 const SkScalar sigmas[] = { local
451 for (size_t j = 0; j < SK_ARRAY_COUNT(sigmas); ++j) {
452 const SkScalar sigma = sigmas[j];
484 for (size_t j = 0; j < SK_ARRAY_COUNT(sigmas); ++j) {
485 const SkScalar sigma = sigmas[j];
684 const SkScalar sigmas[] = { 0, SkBits2Float(1) }; local
687 for (auto sigma : sigmas) {
  /external/skqp/tests/
SkGaussFilterTest.cpp 48 // The following two sigmas account for about 85% of all sigmas used for masks.
BlurTest.cpp 291 // Test out the normal blur style with a wide range of sigmas
441 const SkScalar sigmas[] = { local
450 for (size_t j = 0; j < SK_ARRAY_COUNT(sigmas); ++j) {
451 const SkScalar sigma = sigmas[j];
483 for (size_t j = 0; j < SK_ARRAY_COUNT(sigmas); ++j) {
484 const SkScalar sigma = sigmas[j];
  /external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/
mixture_test.py 540 sigmas = [0.1, 5.0, 3.0, 0.2, 4.0]
548 loc=mu, scale=sigma) for mu, sigma in zip(mus, sigmas)
559 loc=mu, scale=sigma) for mu, sigma in zip(mus, sigmas)
716 sigmas = [np.ones(shape=(), dtype=np.float32) for _ in range(n_components)]
719 for (mu, sigma) in zip(means, sigmas)]
742 for (mu, sigma) in zip(means, sigmas)]
764 sigmas = [np.ones(shape=psize, dtype=np.float32)
768 for (mu, sigma) in zip(means, sigmas)]
    [all...]
  /external/skia/src/effects/
GrCircleBlurFragmentProcessor.fp 134 // The full kernel is 6 sigmas wide.
162 // The full kernel is 6 sigmas wide.
GrCircleBlurFragmentProcessor.cpp 114 // The full kernel is 6 sigmas wide.
142 // The full kernel is 6 sigmas wide.
  /external/skqp/src/effects/
GrCircleBlurFragmentProcessor.fp 134 // The full kernel is 6 sigmas wide.
162 // The full kernel is 6 sigmas wide.
GrCircleBlurFragmentProcessor.cpp 114 // The full kernel is 6 sigmas wide.
142 // The full kernel is 6 sigmas wide.
  /external/icu/icu4c/source/test/intltest/
strcase.cpp 299 // sigmas preceded and/or followed by cased letters
301 sigmas=UnicodeString("i\\u0307\\u03a3\\u0308j \\u0307\\u03a3\\u0308j i\\u00ad\\u03a3\\u0308 \\u0307\\u03a3\\u0308 ", "").unescape(), local
305 (t=sigmas).toLower();
307 errln("error in sigmas.toLower()=\"" + t + "\" expected \"" + sigmasLower + "\"");
310 (t=sigmas).toUpper(Locale(""));
312 errln("error in sigmas.toUpper()=\"" + t + "\" expected \"" + sigmasUpper + "\"");
    [all...]
usettest.cpp     [all...]
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicBlur.cpp 69 // Based on some experimental radius values and sigmas,
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
proximity_info_state_utils.cpp     [all...]

Completed in 1000 milliseconds

1 2