Searched refs:celpm_ctx (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | amrnbdec.c | 144 CELPMContext celpm_ctx; ///< context for fixed point math operations member 190 ff_celp_math_init(&p->celpm_ctx); in amrnb_decode_init() 808 float energy = p->celpm_ctx.dot_productf(excitation, excitation, in synthesis() 888 rh0 = p->celpm_ctx.dot_productf(hf, hf, AMR_TILT_RESPONSE); in tilt_factor() 889 rh1 = p->celpm_ctx.dot_productf(hf, hf + 1, AMR_TILT_RESPONSE - 1); in tilt_factor() 909 float speech_gain = p->celpm_ctx.dot_productf(samples, samples, in postfilter() 1015 p->celpm_ctx.dot_productf(p->fixed_vector, in amrnb_decode_frame()
|
D | amrwbdec.c | 92 CELPMContext celpm_ctx; ///< context for fixed point math operations member 126 ff_celp_math_init(&ctx->celpm_ctx); in amrwb_decode_init() 780 float energy = ctx->celpm_ctx.dot_productf(excitation, excitation, in synthesis() 870 tmp = ctx->celpm_ctx.dot_productf(synth, synth + 1, AMRWB_SFR_SIZE - 1); in find_hb_gain() 873 tilt = tmp / ctx->celpm_ctx.dot_productf(synth, synth, AMRWB_SFR_SIZE); in find_hb_gain() 894 float energy = ctx->celpm_ctx.dot_productf(synth_exc, synth_exc, in scaled_hb_excitation() 1197 ctx->celpm_ctx.dot_productf(ctx->fixed_vector, in amrwb_decode_frame() 1207 &ctx->celpm_ctx); in amrwb_decode_frame() 1238 AMRWB_SFR_SIZE_16k, &ctx->celpm_ctx); in amrwb_decode_frame()
|