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

  /external/webrtc/webrtc/modules/audio_processing/vad/
pitch_based_vad.cc 77 const double kEps = 1e-12;
89 pdf_features_given_voice = kEps * pdf_features_given_noise;
91 pdf_features_given_noise = kEps * pdf_features_given_voice;
  /device/google/contexthub/firmware/os/algos/common/math/
levenberg_marquardt.c 26 const static float kEps = 1e-10f;
170 if (predicted_gain < kEps) {
  /device/google/contexthub/firmware/os/algos/
fusion.c 258 #define kEps 1.0E-4f
284 if (fabsf(norm_we) < kEps) {
532 // avoid (fabsf(norm_we) < kEps) in fusionPredict()
533 initVec3(&w_dummy, fusion->x1.x + kEps, fusion->x1.y + kEps,
534 fusion->x1.z + kEps);

Completed in 239 milliseconds