Searched refs:synth_exc (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | amrwbdec.c | 898 * @param[in] synth_exc Low-band excitation used for synthesis 902 const float *synth_exc, float hb_gain) in scaled_hb_excitation() 905 float energy = ctx->celpm_ctx.dot_productf(synth_exc, synth_exc, in scaled_hb_excitation() 1127 float synth_exc[AMRWB_SFR_SIZE]; // post-processed excitation for synthesis in amrwb_decode_frame() local 1239 synthesis(ctx, ctx->lp_coef[sub], synth_exc, synth_fixed_gain, in amrwb_decode_frame() 1261 scaled_hb_excitation(ctx, hb_exc, synth_exc, hb_gain); in amrwb_decode_frame() 901 scaled_hb_excitation(AMRWBContext *ctx, float *hb_exc, const float *synth_exc, float hb_gain) scaled_hb_excitation() argument
|
Completed in 5 milliseconds