Searched refs:weighted_vector_sumf (Results 1 - 5 of 5) sorted by relevance
/third_party/ffmpeg/libavcodec/mips/ |
H A D | acelp_vectors_mips.c | 103 c->weighted_vector_sumf = ff_weighted_vector_sumf_mips; in ff_acelp_vectors_init_mips()
|
/third_party/ffmpeg/libavcodec/ |
H A D | acelp_vectors.h | 40 void (*weighted_vector_sumf)(float *out, const float *in_a, const float *in_b, member
|
H A D | acelp_vectors.c | 260 c->weighted_vector_sumf = ff_weighted_vector_sumf; in ff_acelp_vectors_init()
|
H A D | amrnbdec.c | 254 ctx->weighted_vector_sumf(lsf_q[i], lsf_q[3], lsf_new, in interpolate_lsf() 813 p->acelpv_ctx.weighted_vector_sumf(excitation, p->pitch_vector, fixed_vector, in synthesis() 1087 p->acelpv_ctx.weighted_vector_sumf(p->lsf_avg, p->lsf_avg, p->lsf_q[3], in amrnb_decode_frame()
|
H A D | amrwbdec.c | 785 ctx->acelpv_ctx.weighted_vector_sumf(excitation, ctx->pitch_vector, fixed_vector, in synthesis() 1036 ctx->acelpv_ctx.weighted_vector_sumf(e_isf, isf_past, isf, isfp_inter[subframe], in hb_synthesis()
|
Completed in 6 milliseconds