Home
last modified time | relevance | path

Searched refs:dot_productf (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
Damrwbdec.c607 double p_ener = (double) ctx->dot_productf(p_vector, p_vector, in voice_factor()
610 double f_ener = (double) ctx->dot_productf(f_vector, f_vector, in voice_factor()
780 float energy = ctx->celpm_ctx.dot_productf(excitation, excitation, in synthesis()
841 out[i] = ctx->dot_productf(in0 + int_part, in upsample_5_4()
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()
Dcelp_math.h37 float (*dot_productf)(const float* a, const float* b, int length); member
Damrnbdec.c808 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()
Dcelp_math.c124 c->dot_productf = ff_dot_productf; in ff_celp_math_init()
/third_party/ffmpeg/libavcodec/mips/
Dcelp_math_mips.c91 c->dot_productf = ff_dot_productf_mips; in ff_celp_math_init_mips()