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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dlpc.h107 #define LPC_TYPE double macro
109 #define LPC_TYPE float macro
116 static inline int compute_lpc_coefs(const LPC_TYPE *autoc, int max_order,
117 LPC_TYPE *lpc, int lpc_stride, int fail,
121 LPC_TYPE err;
122 LPC_TYPE *lpc_last = lpc;
131 LPC_TYPE r = -autoc[i];
144 LPC_TYPE f = lpc_last[ j];
145 LPC_TYPE b = lpc_last[i-1-j];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dlpc.h111 #define LPC_TYPE double macro
113 #define LPC_TYPE float macro
120 static inline void compute_ref_coefs(const LPC_TYPE *autoc, int max_order,
121 LPC_TYPE *ref, LPC_TYPE *error)
124 LPC_TYPE err;
125 LPC_TYPE gen0[MAX_LPC_ORDER], gen1[MAX_LPC_ORDER];
151 static inline int compute_lpc_coefs(const LPC_TYPE *autoc, int max_order,
152 LPC_TYPE *lpc, int lpc_stride, int fail,
156 LPC_TYPE er
[all...]

Completed in 117 milliseconds