Home
last modified time | relevance | path

Searched refs:speech_prob (Results 1 – 1 of 1) sorted by relevance

/external/speex/libspeexdsp/
Dpreprocess.c198 spx_word16_t speech_prob; /**< Probability last frame was speech */ member
992 st->speech_prob = Pframe; in speex_preprocess_run()
995 …if (st->speech_prob > st->speech_prob_start || (st->was_speech && st->speech_prob > st->speech_pro… in speex_preprocess_run()
1191 (*(spx_int32_t*)ptr) = MULT16_16_Q15(st->speech_prob, 100); in speex_preprocess_ctl()