Home
last modified time | relevance | path

Searched refs:kScale (Results 1 – 4 of 4) sorted by relevance

/external/skia/bench/
DColorPrivBench.cpp6 template <bool kFast, bool kScale>
12 fName.append(kScale ? "_255" : "_256"); in FourByteInterpBench()
33 if (kScale) fScales[256] = 255; // We'll just do 255 twice if we're limited to [0,255]. in onPreDraw()
54 if (kFast && kScale) { in onDraw()
58 } else if (kScale) { in onDraw()
/external/skia/tests/
DSkResourceCacheTest.cpp18 static const int kScale = 8; variable
36 SkScalar xScale = SkIntToScalar(kScale); in test_scaled_image_cache_usage()
57 size_t size = kBitmapSize * kScale * kBitmapSize * kScale in DEF_TEST()
/external/skia/src/effects/
DSkColorMatrixFilter.cpp471 static const float kScale = 1.0f / 255.0f; in setData() local
473 m[4] * kScale, m[9] * kScale, m[14] * kScale, m[19] * kScale, in setData()
/external/webrtc/src/modules/audio_processing/utility/
Ddelay_estimator_wrapper.c118 const float kScale = 1 / 64.0; in BinarySpectrumFloat() local
133 MeanEstimatorFloat(spectrum[i], kScale, &(threshold_spectrum[i].float_)); in BinarySpectrumFloat()