Lines Matching defs:voice_fac
721 * @param[in] voice_fac Frame voicing factor
727 float voice_fac, float stab_fac)
729 float sm_fac = 0.5 * (1 - voice_fac) * stab_fac;
751 * @param[in] voice_fac Frame voicing factor
753 static void pitch_enhancer(float *fixed_vector, float voice_fac)
756 float cpe = 0.125 * (1 + voice_fac);
1126 float voice_fac, stab_fac; // parameters used for gain smoothing
1218 voice_fac = voice_factor(ctx->pitch_vector, ctx->pitch_gain[0],
1221 ctx->tilt_coef = voice_fac * 0.25 + 0.25;
1232 voice_fac, stab_fac);
1237 pitch_enhancer(synth_fixed_vector, voice_fac);