• Home
  • Raw
  • Download

Lines Matching refs:silk_float

95 …const silk_float                *pitch_res,                         /* I    LPC residual from pitc…
96 …const silk_float *x /* I Input signal [frame_le…
101silk_float *corr, /* O Result [order + 1] …
102 …const silk_float *input, /* I Input data to correlat…
103 …const silk_float warping, /* I Warping coefficient …
122silk_float res[], /* O Residual …
123 …const silk_float x[], /* I Speech signal …
131 …const silk_float res_pitch[], /* I Residual from pitch an…
132 …const silk_float x[], /* I Speech signal …
140 …const silk_float x[], /* I Input signal …
141 …const silk_float minInvGain /* I Prediction gain from L…
146silk_float XX[ MAX_NB_SUBFR * LTP_ORDER * LTP_ORDER ], /* O Weight for LTP…
147silk_float xX[ MAX_NB_SUBFR * LTP_ORDER ], /* O Weight for LTP quantiz…
148 …const silk_float r_ptr[], /* I LPC residual …
155silk_float *LTP_res, /* O LTP res MAX_NB_SUBFR*(…
156 …const silk_float *x, /* I Input signal, with pre…
157 …const silk_float B[ LTP_ORDER * MAX_NB_SUBFR ], /* I LTP coefficients for e…
159 …const silk_float invGains[ MAX_NB_SUBFR ], /* I Inverse quantization g…
168silk_float nrgs[ MAX_NB_SUBFR ], /* O Residual energy per su…
169 …const silk_float x[], /* I Input signal …
170silk_float a[ 2 ][ MAX_LPC_ORDER ], /* I AR coefs for each fram…
171 …const silk_float gains[], /* I Quantization gains …
179silk_float r_LPC[], /* O LPC residual signal …
180 …const silk_float PredCoef[], /* I LPC coefficients …
181 …const silk_float s[], /* I Input signal …
188silk_float B[ MAX_NB_SUBFR * LTP_ORDER ], /* O Quantized LTP gains …
192silk_float *pred_gain_dB, /* O LTP prediction gain …
193 …const silk_float XX[ MAX_NB_SUBFR * LTP_ORDER * LTP_ORDER ], /* I Correlation ma…
194 …const silk_float xX[ MAX_NB_SUBFR * LTP_ORDER ], /* I Correlation vector …
201 silk_float silk_residual_energy_covar_FLP( /* O Weighted residual e…
202 …const silk_float *c, /* I Filter coefficients …
203silk_float *wXX, /* I/O Weighted correlation m…
204 …const silk_float *wXx, /* I Weighted correlation v…
205 …const silk_float wxx, /* I Weighted correlation v…
221 …const silk_float *x, /* I x vector [ L+order-1 ]…
224silk_float *XX /* O X'*X correlation matri…
229 …const silk_float *x, /* I x vector [L+order-1] u…
230 …const silk_float *t, /* I Target vector [L] …
233silk_float *Xt /* O X'*t correlation vecto…
241silk_float px_win[], /* O Pointer to windowed si…
242 …const silk_float px[], /* I Pointer to input signa…
252 …const silk_float *pAR, /* I LPC coefficients [ LPC…
258silk_float *pAR, /* O LPC coefficients [ LPC…
267silk_float PredCoef[ 2 ][ MAX_LPC_ORDER ], /* O Prediction coefficient…
279 …const silk_float x[] /* I Prefiltered input sign…