Searched refs:ff_dot_productf (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dcelp_math.h74 float ff_dot_productf(const float* a, const float* b, int length);
H A Dcelp_math.c114 float ff_dot_productf(const float* a, const float* b, int length) function
H A Dacelp_vectors.c184 float postfilter_energ = ff_dot_productf(in, in, size);
205 float scalefactor = ff_dot_productf(in, in, n);
H A Dacelp_pitch_delay.c122 (ff_dot_productf(pred_table, prediction_error, 4) +
H A Damrwbdec.c593 double p_ener = (double) ff_dot_productf(p_vector, p_vector,
595 double f_ener = (double) ff_dot_productf(f_vector, f_vector,
764 float energy = ff_dot_productf(excitation, excitation,
824 out[i] = ff_dot_productf(in0 + int_part, upsample_fir[4 - frac_part],
851 tilt = ff_dot_productf(synth, synth + 1, AMRWB_SFR_SIZE - 1) /
852 ff_dot_productf(synth, synth, AMRWB_SFR_SIZE);
871 float energy = ff_dot_productf(synth_exc, synth_exc, AMRWB_SFR_SIZE);
1164 ff_dot_productf(ctx->fixed_vector, ctx->fixed_vector,
H A Dra288.c76 tgt[n] = ff_dot_productf(src, src - n, len);
105 sum = ff_dot_productf(buffer, buffer, 5) * ((1<<24)/5.);
H A Dsipr16k.c165 ff_dot_productf(quant_energy, ma_prediction_coeff, ma_pred_order);
168 sqrt((0.01 + ff_dot_productf(fc_v, fc_v, subframe_size)));
H A Damrnbdec.c793 float energy = ff_dot_productf(excitation, excitation,
870 rh0 = ff_dot_productf(hf, hf, AMR_TILT_RESPONSE);
871 rh1 = ff_dot_productf(hf, hf + 1, AMR_TILT_RESPONSE - 1);
891 float speech_gain = ff_dot_productf(samples, samples,
997 ff_dot_productf(p->fixed_vector, p->fixed_vector,
H A Dwmavoice.c522 dot = ff_dot_productf(in, ptr, size);
531 dot = ff_dot_productf(best_hist_ptr, best_hist_ptr, size);
561 rh0 = 1.0 + ff_dot_productf(lpcs, lpcs, n_lpcs);
562 rh1 = lpcs[0] + ff_dot_productf(lpcs, &lpcs[1], n_lpcs - 1);
655 sq = (1.0 / 64.0) * sqrtf(1 / ff_dot_productf(coeffs, coeffs, remainder));
1319 fcb_gain = expf(ff_dot_productf(s->gain_pred_err, gain_coeff, 6) -
H A Dqcelpdec.c404 ff_dot_productf(v_ref + i,
681 ff_dot_productf(q->formant_mem + 10,
H A Dsipr.c414 (0.01 + ff_dot_productf(fixed_vector, fixed_vector, SUBFR_SIZE))/
456 float energy = ff_dot_productf(ctx->postfilter_syn5k0 + LP_FILTER_ORDER + i*SUBFR_SIZE,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dcelp_math.h95 float ff_dot_productf(const float* a, const float* b, int length);
H A Dcelp_math.c109 float ff_dot_productf(const float* a, const float* b, int length) function
122 c->dot_productf = ff_dot_productf;

Completed in 130 milliseconds