Home
last modified time | relevance | path

Searched refs:ff_weighted_vector_sumf (Results 1 – 7 of 7) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dacelp_vectors.c182 void ff_weighted_vector_sumf(float *out, const float *in_a, const float *in_b, in ff_weighted_vector_sumf() function
259 c->weighted_vector_sumf = ff_weighted_vector_sumf; in ff_acelp_vectors_init()
Dacelp_vectors.h233 void ff_weighted_vector_sumf(float *out, const float *in_a, const float *in_b,
Dqcelpdec.c159 ff_weighted_vector_sumf(lspf, lspf, q->prev_lspf, smooth, 1.0 - smooth, 10); in decode_lspf()
578 ff_weighted_vector_sumf(interpolated_lspf, curr_lspf, q->prev_lspf, in interpolate_lpc()
Dsipr16k.c251 ff_weighted_vector_sumf(&excitation[i_subfr], &excitation[i_subfr], in ff_sipr_decode_frame_16k()
Dsipr.c426 ff_weighted_vector_sumf(excitation, excitation, fixed_vector, in decode_frame()
Devrcdec.c319 ff_weighted_vector_sumf(ilsp, prev, lsp, in interpolate_lsp()
Dwmavoice.c1422 ff_weighted_vector_sumf(excitation, excitation, pulses, in synth_block_fcb_acb()