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

  /external/webrtc/src/modules/audio_processing/ns/
ns_core.c 605 // speech/noise probability is returned in: probSpeechFinal
610 void WebRtcNs_SpeechNoiseProb(NSinst_t* inst, float* probSpeechFinal, float* snrLocPrior,
713 probSpeechFinal[i] = (float)1.0 / ((float)1.0 + invLrt);
740 float probSpeechFinal[HALF_ANAL_BLOCKL], previousEstimateStsa[HALF_ANAL_BLOCKL];
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_processing/ns/
ns_core.c 642 // speech/noise probability is returned in: probSpeechFinal
648 float* probSpeechFinal,
757 probSpeechFinal[i] = (float)1.0 / ((float)1.0 + invLrt);
    [all...]

Completed in 342 milliseconds