Searched refs:voice_decision (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dg729dec.c141 int16_t voice_decision; member in struct:__anon3148
312 int i, low_gain_pitch_cnt, voice_decision; local
315 voice_decision = DECISION_VOICE;
317 voice_decision = DECISION_NOISE;
319 voice_decision = DECISION_INTERMEDIATE;
326 voice_decision = DECISION_NOISE;
328 if(!onset && voice_decision > prev_voice_decision + 1)
329 voice_decision--;
331 if(onset && voice_decision < DECISION_VOICE)
332 voice_decision
[all...]

Completed in 87 milliseconds