Searched defs:speech_prob (Results 1 - 1 of 1) sorted by relevance

/external/speex/libspeex/
H A Dpreprocess.c202 spx_word16_t speech_prob; /**< Probability last frame was speech */ member in struct:SpeexPreprocessState_
996 st->speech_prob = Pframe;
999 if (st->speech_prob > st->speech_prob_start || (st->was_speech && st->speech_prob > st->speech_prob_continue))
1196 (*(spx_int32_t*)ptr) = MULT16_16_Q15(st->speech_prob, 100);

Completed in 64 milliseconds