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

  /external/webrtc/webrtc/modules/audio_processing/ns/
nsx_core_c.c 27 uint16_t* nonSpeechProbFinal,
210 memset(nonSpeechProbFinal, 0, sizeof(uint16_t) * inst->magnLen);
217 // nonSpeechProbFinal[i] = (1.0 - inst->priorSpeechProb) /
220 // nonSpeechProbFinal[i] = inst->priorNonSpeechProb /
254 nonSpeechProbFinal[i] = tmp32no1 /
nsx_core_mips.c 27 uint16_t* nonSpeechProbFinal,
245 memset(nonSpeechProbFinal, 0, sizeof(uint16_t) * inst->magnLen);
324 nonSpeechProbFinal[i] = r3;
    [all...]
nsx_core.h 214 uint16_t* nonSpeechProbFinal,
nsx_core.c     [all...]

Completed in 387 milliseconds