HomeSort by relevance Sort by last modified time
    Searched refs:kScale (Results 1 - 2 of 2) sorted by null

  /external/webrtc/src/modules/audio_processing/utility/
delay_estimator_wrapper.c 118 const float kScale = 1 / 64.0;
133 MeanEstimatorFloat(spectrum[i], kScale, &(threshold_spectrum[i].float_));
  /external/skia/src/effects/
SkColorMatrixFilter.cpp 437 static const float kScale = 1.0f / 255.0f;
439 m[4] * kScale, m[9] * kScale, m[14] * kScale, m[19] * kScale,

Completed in 275 milliseconds