Home | History | Annotate | Download | only in libspeex

Lines Matching full:speech_prob

202    spx_word16_t	speech_prob;  /**< Probability last frame was speech */
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);