Searched refs:g729d_voice_decision (Results 1 – 1 of 1) sorted by relevance
308 static int16_t g729d_voice_decision(int onset, int prev_voice_decision, const int16_t* past_gain_pi… in g729d_voice_decision() function660 … ctx->voice_decision = g729d_voice_decision(ctx->onset, ctx->voice_decision, ctx->past_gain_pitch); in decode_frame()