Searched refs:lp_1st (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | lsp.h | 91 void ff_acelp_lp_decode(int16_t* lp_1st, int16_t* lp_2nd, const int16_t* lsp_2nd, const int16_t* ls…
|
D | lsp.c | 171 void ff_acelp_lp_decode(int16_t* lp_1st, int16_t* lp_2nd, const int16_t* lsp_2nd, const int16_t* ls… in ff_acelp_lp_decode() argument 184 ff_acelp_lsp2lpc(lp_1st, lsp_1st, lp_order >> 1); in ff_acelp_lp_decode()
|
D | sipr16k.c | 142 static void acelp_lp_decodef(float *lp_1st, float *lp_2nd, in acelp_lp_decodef() argument 152 ff_acelp_lspd2lpc(lsp_1st, lp_1st, LP_FILTER_ORDER_16k >> 1); in acelp_lp_decodef()
|