Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Damrnbdec.c145 CELPMContext celpm_ctx; ///< context for fixed point math operations member
199 ff_celp_math_init(&p->celpm_ctx); in amrnb_decode_init()
818 float energy = p->celpm_ctx.dot_productf(excitation, excitation, in synthesis()
898 rh0 = p->celpm_ctx.dot_productf(hf, hf, AMR_TILT_RESPONSE); in tilt_factor()
899 rh1 = p->celpm_ctx.dot_productf(hf, hf + 1, AMR_TILT_RESPONSE - 1); in tilt_factor()
919 float speech_gain = p->celpm_ctx.dot_productf(samples, samples, in postfilter()
1029 p->celpm_ctx.dot_productf(p->fixed_vector, in amrnb_decode_frame()
H A Damrwbdec.c93 CELPMContext celpm_ctx; ///< context for fixed point math operations member
136 ff_celp_math_init(&ctx->celpm_ctx); in amrwb_decode_init()
791 float energy = ctx->celpm_ctx.dot_productf(excitation, excitation, in synthesis()
881 tmp = ctx->celpm_ctx.dot_productf(synth, synth + 1, AMRWB_SFR_SIZE - 1); in find_hb_gain()
884 tilt = tmp / ctx->celpm_ctx.dot_productf(synth, synth, AMRWB_SFR_SIZE); in find_hb_gain()
905 float energy = ctx->celpm_ctx.dot_productf(synth_exc, synth_exc, in scaled_hb_excitation()
1210 ctx->celpm_ctx.dot_productf(ctx->fixed_vector, in amrwb_decode_frame()
1220 &ctx->celpm_ctx); in amrwb_decode_frame()
1251 AMRWB_SFR_SIZE_16k, &ctx->celpm_ctx); in amrwb_decode_frame()

Completed in 5 milliseconds