Lines Matching refs:silk_float

94silk_float                      xw[],                               /* O    Weighted signal       …
95 …const silk_float x[] /* I Speech signal …
105 …const silk_float *pitch_res, /* I LPC residual from pitc…
106 …const silk_float *x /* I Input signal [frame_le…
111silk_float *corr, /* O Result [order + 1] …
112 …const silk_float *input, /* I Input data to correlat…
113 …const silk_float warping, /* I Warping coefficient …
132silk_float res[], /* O Residual …
133 …const silk_float x[], /* I Speech signal …
141 …const silk_float res_pitch[], /* I Residual from pitch an…
142 …const silk_float x[], /* I Speech signal …
150 …const silk_float x[], /* I Input signal …
151 …const silk_float minInvGain /* I Prediction gain from L…
156silk_float b[ MAX_NB_SUBFR * LTP_ORDER ], /* O LTP coefs …
157silk_float WLTP[ MAX_NB_SUBFR * LTP_ORDER * LTP_ORDER ], /* O Weight for L…
158silk_float *LTPredCodGain, /* O LTP coding gain …
159 …const silk_float r_lpc[], /* I LPC residual …
161 …const silk_float Wght[ MAX_NB_SUBFR ], /* I Weights …
168silk_float *LTP_res, /* O LTP res MAX_NB_SUBFR*(…
169 …const silk_float *x, /* I Input signal, with pre…
170 …const silk_float B[ LTP_ORDER * MAX_NB_SUBFR ], /* I LTP coefficients for e…
172 …const silk_float invGains[ MAX_NB_SUBFR ], /* I Inverse quantization g…
181silk_float nrgs[ MAX_NB_SUBFR ], /* O Residual energy per su…
182 …const silk_float x[], /* I Input signal …
183silk_float a[ 2 ][ MAX_LPC_ORDER ], /* I AR coefs for each fram…
184 …const silk_float gains[], /* I Quantization gains …
192silk_float r_LPC[], /* O LPC residual signal …
193 …const silk_float PredCoef[], /* I LPC coefficients …
194 …const silk_float s[], /* I Input signal …
201silk_float B[ MAX_NB_SUBFR * LTP_ORDER ], /* I/O (Un-)quantized LTP gai…
205 …const silk_float W[ MAX_NB_SUBFR * LTP_ORDER * LTP_ORDER ], /* I Error weights …
212 silk_float silk_residual_energy_covar_FLP( /* O Weighted residual e…
213 …const silk_float *c, /* I Filter coefficients …
214silk_float *wXX, /* I/O Weighted correlation m…
215 …const silk_float *wXx, /* I Weighted correlation v…
216 …const silk_float wxx, /* I Weighted correlation v…
232 …const silk_float *x, /* I x vector [ L+order-1 ]…
235silk_float *XX /* O X'*X correlation matri…
240 …const silk_float *x, /* I x vector [L+order-1] u…
241 …const silk_float *t, /* I Target vector [L] …
244silk_float *Xt /* O X'*t correlation vecto…
249silk_float *XX, /* I/O Correlation matrices …
250silk_float *xx, /* I/O Correlation values …
251 …const silk_float noise, /* I Noise energy to add …
257silk_float *A, /* I/O Symmetric square matri…
259 …const silk_float *b, /* I Pointer to b vector …
260silk_float *x /* O Pointer to x solution …
268silk_float px_win[], /* O Pointer to windowed si…
269 …const silk_float px[], /* I Pointer to input signa…
279 …const silk_float *pAR, /* I LPC coefficients [ LPC…
285silk_float *pAR, /* O LPC coefficients [ LPC…
293silk_float PredCoef[ 2 ][ MAX_LPC_ORDER ], /* O Prediction coefficient…
305 …const silk_float x[] /* I Prefiltered input sign…