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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/mips/
H A Dcelp_math_mips.c87 c->dot_productf = ff_dot_productf_mips;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dcelp_math.h37 float (*dot_productf)(const float* a, const float* b, int length); member in struct:CELPMContext
H A Dcelp_math.c122 c->dot_productf = ff_dot_productf;
H A Damrwbdec.c610 double p_ener = (double) ctx->dot_productf(p_vector, p_vector,
613 double f_ener = (double) ctx->dot_productf(f_vector, f_vector,
783 float energy = ctx->celpm_ctx.dot_productf(excitation, excitation,
844 out[i] = ctx->dot_productf(in0 + int_part,
872 tilt = ctx->celpm_ctx.dot_productf(synth, synth + 1, AMRWB_SFR_SIZE - 1) /
873 ctx->celpm_ctx.dot_productf(synth, synth, AMRWB_SFR_SIZE);
892 float energy = ctx->celpm_ctx.dot_productf(synth_exc, synth_exc,
1187 ctx->celpm_ctx.dot_productf(ctx->fixed_vector,
H A Damrnbdec.c808 float energy = p->celpm_ctx.dot_productf(excitation, excitation,
888 rh0 = p->celpm_ctx.dot_productf(hf, hf, AMR_TILT_RESPONSE);
889 rh1 = p->celpm_ctx.dot_productf(hf, hf + 1, AMR_TILT_RESPONSE - 1);
909 float speech_gain = p->celpm_ctx.dot_productf(samples, samples,
1015 p->celpm_ctx.dot_productf(p->fixed_vector,

Completed in 118 milliseconds