Home
last modified time | relevance | path

Searched refs:lsp2poly (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dlsp.c106 static void lsp2poly(int* f, const int16_t* lsp, int lp_half_order) in lsp2poly() function
129 lsp2poly(f1, lsp , lp_half_order); in ff_acelp_lsp2lpc()
130 lsp2poly(f2, lsp+1, lp_half_order); in ff_acelp_lsp2lpc()