Home
last modified time | relevance | path

Searched refs:voice_fac (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Damrwbdec.c721 * @param[in] voice_fac Frame voicing factor
727 float voice_fac, float stab_fac) in noise_enhancer()
729 float sm_fac = 0.5 * (1 - voice_fac) * stab_fac; in noise_enhancer()
751 * @param[in] voice_fac Frame voicing factor
753 static void pitch_enhancer(float *fixed_vector, float voice_fac) in pitch_enhancer() argument
756 float cpe = 0.125 * (1 + voice_fac); in pitch_enhancer()
1126 float voice_fac, stab_fac; // parameters used for gain smoothing in amrwb_decode_frame() local
1218 voice_fac = voice_factor(ctx->pitch_vector, ctx->pitch_gain[0], in amrwb_decode_frame()
1221 ctx->tilt_coef = voice_fac * 0.25 + 0.25; in amrwb_decode_frame()
1232 voice_fac, stab_fa in amrwb_decode_frame()
726 noise_enhancer(float fixed_gain, float *prev_tr_gain, float voice_fac, float stab_fac) noise_enhancer() argument
[all...]

Completed in 3 milliseconds