Searched refs:ff_acelp_weighted_vector_sum (Results 1 – 6 of 6) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | g723_1.c | 1258 ff_acelp_weighted_vector_sum(lpc, cur_lsp, prev_lsp, in ff_g723_1_lsp_interpolate() 1260 ff_acelp_weighted_vector_sum(lpc + LPC_ORDER, cur_lsp, prev_lsp, in ff_g723_1_lsp_interpolate() 1262 ff_acelp_weighted_vector_sum(lpc + 2 * LPC_ORDER, cur_lsp, prev_lsp, in ff_g723_1_lsp_interpolate()
|
D | acelp_vectors.h | 213 void ff_acelp_weighted_vector_sum(int16_t* out,
|
D | acelp_vectors.c | 162 void ff_acelp_weighted_vector_sum( in ff_acelp_weighted_vector_sum() function
|
D | g729dec.c | 567 ff_acelp_weighted_vector_sum(fc + pitch_delay_int[i], in decode_frame() 634 ff_acelp_weighted_vector_sum(ctx->exc + i * SUBFRAME_SIZE, in decode_frame()
|
D | g729postfilter.c | 403 ff_acelp_weighted_vector_sum(residual_filt, residual + RES_PREV_DATA_SIZE, in long_term_filter()
|
D | g723_1dec.c | 1020 ff_acelp_weighted_vector_sum(p->audio + LPC_ORDER + i, in g723_1_decode_frame()
|