Lines Matching defs:pitch_gain
70 float pitch_gain[6]; ///< quantified pitch gains for the current and previous five subframes
572 * @param[out] pitch_gain Decoded pitch gain
575 float *fixed_gain_factor, float *pitch_gain)
580 *pitch_gain = gains[0] * (1.0f / (1 << 14));
646 if (ctx->pitch_gain[0] < 0.6) {
648 } else if (ctx->pitch_gain[0] < 0.9) {
661 if (ctx->pitch_gain[i] < 0.6)
786 ctx->pitch_gain[0], fixed_gain, AMRWB_SFR_SIZE);
789 if (ctx->pitch_gain[0] > 0.5 && ctx->fr_cur_mode <= MODE_8k85) {
796 float pitch_factor = 0.25 * ctx->pitch_gain[0] * ctx->pitch_gain[0];
1094 memmove(&ctx->pitch_gain[1], &ctx->pitch_gain[0], 5 * sizeof(float));
1206 &fixed_gain_factor, &ctx->pitch_gain[0]);
1218 voice_fac = voice_factor(ctx->pitch_vector, ctx->pitch_gain[0],
1225 ctx->excitation[i] *= ctx->pitch_gain[0];