Lines Matching refs:pitch_gain
69 …float pitch_gain[6]; ///< quantified pitch gains for the current and prev… member
564 float *fixed_gain_factor, float *pitch_gain) in decode_gains() argument
569 *pitch_gain = gains[0] * (1.0f / (1 << 14)); in decode_gains()
635 if (ctx->pitch_gain[0] < 0.6) { in anti_sparseness()
637 } else if (ctx->pitch_gain[0] < 0.9) { in anti_sparseness()
650 if (ctx->pitch_gain[i] < 0.6) in anti_sparseness()
775 ctx->pitch_gain[0], fixed_gain, AMRWB_SFR_SIZE); in synthesis()
778 if (ctx->pitch_gain[0] > 0.5 && ctx->fr_cur_mode <= MODE_8k85) { in synthesis()
785 float pitch_factor = 0.25 * ctx->pitch_gain[0] * ctx->pitch_gain[0]; in synthesis()
1083 memmove(&ctx->pitch_gain[1], &ctx->pitch_gain[0], 5 * sizeof(float)); in update_sub_state()
1193 &fixed_gain_factor, &ctx->pitch_gain[0]); in amrwb_decode_frame()
1205 voice_fac = voice_factor(ctx->pitch_vector, ctx->pitch_gain[0], in amrwb_decode_frame()
1212 ctx->excitation[i] *= ctx->pitch_gain[0]; in amrwb_decode_frame()