Searched refs:synth_fixed_gain (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | amrnbdec.c | 961 float synth_fixed_gain; // the fixed gain that synthesis should use in amrnb_decode_frame() local 1040 synth_fixed_gain = fixed_gain_smooth(p, p->lsf_q[subframe], in amrnb_decode_frame() 1044 synth_fixed_gain, spare_vector); in amrnb_decode_frame() 1046 if (synthesis(p, p->lpc[subframe], synth_fixed_gain, in amrnb_decode_frame() 1051 synthesis(p, p->lpc[subframe], synth_fixed_gain, in amrnb_decode_frame()
|
D | amrwbdec.c | 1107 float synth_fixed_gain; // the fixed gain that synthesis should use in amrwb_decode_frame() local 1218 synth_fixed_gain = noise_enhancer(ctx->fixed_gain[0], &ctx->prev_tr_gain, in amrwb_decode_frame() 1226 synthesis(ctx, ctx->lp_coef[sub], synth_exc, synth_fixed_gain, in amrwb_decode_frame()
|