Searched refs:ff_weighted_vector_sumf (Results 1 – 7 of 7) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | acelp_vectors.c | 182 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()
|
D | acelp_vectors.h | 233 void ff_weighted_vector_sumf(float *out, const float *in_a, const float *in_b,
|
D | qcelpdec.c | 159 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()
|
D | sipr16k.c | 251 ff_weighted_vector_sumf(&excitation[i_subfr], &excitation[i_subfr], in ff_sipr_decode_frame_16k()
|
D | sipr.c | 426 ff_weighted_vector_sumf(excitation, excitation, fixed_vector, in decode_frame()
|
D | evrcdec.c | 319 ff_weighted_vector_sumf(ilsp, prev, lsp, in interpolate_lsp()
|
D | wmavoice.c | 1422 ff_weighted_vector_sumf(excitation, excitation, pulses, in synth_block_fcb_acb()
|