Lines Matching defs:gain_corr_factor
495 int gain_corr_factor;
583 gain_corr_factor = 0;
588 gain_corr_factor = cb_gain_1st_6k4[gc_1st_index][1] +
592 It is not issue for G.729, because gain_corr_factor in it's case is always
594 gain_corr_factor = FFMAX(gain_corr_factor, 1024);
596 gain_corr_factor >>= 1;
601 gain_corr_factor = cb_gain_1st_8k[gc_1st_index][1] +
606 ctx->past_gain_code[0] = ff_acelp_decode_gain_code(&s->adsp, gain_corr_factor,
614 reference code, because gain_corr_factor in G.729D is
617 If bit-exact result is not issue then gain_corr_factor
622 gain_corr_factor >>= 1;
627 ff_acelp_update_past_gain(ctx->quant_energy, gain_corr_factor, 2, frame_erasure);