Searched refs:past_gain_pitch (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.c135 int16_t past_gain_pitch[6]; member in struct:__anon3148
306 * @param past_gain_pitch pitch gain of current and previous subframes
310 static int16_t g729d_voice_decision(int onset, int prev_voice_decision, const int16_t* past_gain_pitch) argument
314 if(past_gain_pitch[0] >= 14745) // 0.9
316 else if (past_gain_pitch[0] <= 9830) // 0.6
322 if(past_gain_pitch[i] < 9830)
547 av_clip(ctx->past_gain_pitch[0], SHARP_MIN, SHARP_MAX),
551 memmove(ctx->past_gain_pitch+1, ctx->past_gain_pitch, 5 * sizeof(int16_t));
555 ctx->past_gain_pitch[
[all...]

Completed in 38 milliseconds