Searched refs:compute_lpc_coefs (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dlpc.h116 static inline int compute_lpc_coefs(const LPC_TYPE *autoc, int max_order, function
H A Dlpc.c186 compute_lpc_coefs(autoc, max_order, &lpc[0][0], MAX_LPC_ORDER, 0, 1);
H A Dra288.c166 if (!compute_lpc_coefs(temp, order, lpc, 0, 1, 1))
H A Daacdec.c1764 compute_lpc_coefs(tns->coef[w][filt], order, lpc, 0, 0, 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dlpc.h151 static inline int compute_lpc_coefs(const LPC_TYPE *autoc, int max_order, function
H A Dra288.c175 if (!compute_lpc_coefs(temp, order, lpc, 0, 1, 1))
H A Dlpc.c202 compute_lpc_coefs(autoc, max_order, &lpc[0][0], MAX_LPC_ORDER, 0, 1);
H A Daacdec.c2338 compute_lpc_coefs(tns->coef[w][filt], order, lpc, 0, 0, 0);

Completed in 211 milliseconds