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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dlsp.c106 static void lsp2poly(int* f, const int16_t* lsp, int lp_half_order) function
129 lsp2poly(f1, lsp , lp_half_order);
130 lsp2poly(f2, lsp+1, lp_half_order);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dlsp.c81 static void lsp2poly(int* f, const int16_t* lsp, int lp_half_order) function
104 lsp2poly(f1, lsp , lp_half_order);
105 lsp2poly(f2, lsp+1, lp_half_order);

Completed in 92 milliseconds