Searched refs:ff_acelp_lsf2lsp (Results 1 – 3 of 3) sorted by relevance
63 void ff_acelp_lsf2lsp(int16_t *lsp, const int16_t *lsf, int lp_order);
83 void ff_acelp_lsf2lsp(int16_t *lsp, const int16_t *lsf, int lp_order) in ff_acelp_lsf2lsp() function
488 ff_acelp_lsf2lsp(ctx->lsp[1], ctx->lsfq, 10); in decode_frame()