Searched refs:voice_decision (Results 1 – 1 of 1) sorted by relevance
140 int16_t voice_decision; member310 int i, low_gain_pitch_cnt, voice_decision; in g729d_voice_decision() local313 voice_decision = DECISION_VOICE; in g729d_voice_decision()315 voice_decision = DECISION_NOISE; in g729d_voice_decision()317 voice_decision = DECISION_INTERMEDIATE; in g729d_voice_decision()325 voice_decision = DECISION_NOISE; in g729d_voice_decision()327 if (!onset && voice_decision > prev_voice_decision + 1) in g729d_voice_decision()328 voice_decision--; in g729d_voice_decision()330 if (onset && voice_decision < DECISION_VOICE) in g729d_voice_decision()331 voice_decision++; in g729d_voice_decision()[all …]