Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Damrwbdec.c722 * @param[in] stab_fac Frame stability 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()
1126 float voice_fac, stab_fac; // parameters used for gain smoothing in amrwb_decode_frame() local
1178 stab_fac = stability_factor(ctx->isf_cur, ctx->isf_past_final); in amrwb_decode_frame()
1232 voice_fac, stab_fac); in amrwb_decode_frame()
726 noise_enhancer(float fixed_gain, float *prev_tr_gain, float voice_fac, float stab_fac) noise_enhancer() argument

Completed in 2 milliseconds