Home
last modified time | relevance | path

Searched refs:g729d_voice_decision (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dg729dec.c308 static int16_t g729d_voice_decision(int onset, int prev_voice_decision, const int16_t* past_gain_pi… in g729d_voice_decision() function
660 … ctx->voice_decision = g729d_voice_decision(ctx->onset, ctx->voice_decision, ctx->past_gain_pitch); in decode_frame()