Searched refs:onset (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.c143 int16_t onset; ///< detected onset level (0-2) member in struct:__anon3148
288 * Makes decision about onset in current subframe
292 * @return onset decision result for current subframe
304 * @param onset onset level
310 static int16_t g729d_voice_decision(int onset, int prev_voice_decision, const int16_t* past_gain_pitch) argument
325 if(low_gain_pitch_cnt > 2 && !onset)
328 if(!onset && voice_decision > prev_voice_decision + 1)
331 if(onset
[all...]

Completed in 62 milliseconds