Searched refs:ff_amrwb_lsp2lpc (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | lsp.h | 81 void ff_amrwb_lsp2lpc(const double *lsp, float *lp, int lp_order);
|
H A D | lsp.c | 145 void ff_amrwb_lsp2lpc(const double *lsp, float *lp, int lp_order) in ff_amrwb_lsp2lpc() function
|
H A D | amrwbdec.c | 1043 ff_amrwb_lsp2lpc(e_isp, hb_lpc, LP_ORDER_16k); in hb_synthesis() 1191 ff_amrwb_lsp2lpc(ctx->isp[sub], ctx->lp_coef[sub], LP_ORDER); in amrwb_decode_frame()
|
H A D | sipr.c | 229 ff_amrwb_lsp2lpc(lsfint, Az, LP_FILTER_ORDER); in sipr_decode_lp()
|
Completed in 4 milliseconds