Home | History | Annotate | Download | only in silk

Lines Matching refs:opus_int16

44     opus_int16                  x1[],                           /* I/O  Left input signal, becomes mid signal       */
45 opus_int16 x2[], /* I/O Right input signal, becomes side signal */
59 opus_int16 x1[], /* I/O Left input signal, becomes mid signal */
60 opus_int16 x2[], /* I/O Right input signal, becomes side signal */
69 const opus_int16 x[], /* I Basis signal */
70 const opus_int16 y[], /* I Target signal */
195 opus_int16 xi[ MAX_LPC_ORDER ], /* O interpolated vector */
196 const opus_int16 x0[ MAX_LPC_ORDER ], /* I first vector */
197 const opus_int16 x1[ MAX_LPC_ORDER ], /* I second vector */
204 opus_int16 B_Q14[ MAX_NB_SUBFR * LTP_ORDER ], /* I/O (un)quantized LTP gains */
217 const opus_int16 *in_Q14, /* I input vector to be quantized */
234 const opus_int16 PredCoef_Q12[ 2 * MAX_LPC_ORDER ], /* I Short term prediction coefs */
235 const opus_int16 LTPCoef_Q14[ LTP_ORDER * MAX_NB_SUBFR ], /* I Long term prediction coefs */
236 const opus_int16 AR2_Q13[ MAX_NB_SUBFR * MAX_SHAPE_LPC_ORDER ], /* I Noise shaping coefs */
253 const opus_int16 PredCoef_Q12[ 2 * MAX_LPC_ORDER ], /* I Short term prediction coefs */
254 const opus_int16 LTPCoef_Q14[ LTP_ORDER * MAX_NB_SUBFR ], /* I Long term prediction coefs */
255 const opus_int16 AR2_Q13[ MAX_NB_SUBFR * MAX_SHAPE_LPC_ORDER ], /* I Noise shaping coefs */
276 const opus_int16 pIn[] /* I PCM input */
284 opus_int16 *frame, /* I/O Low-pass filtered output signal */
294 opus_int16 PredCoef_Q12[ 2 ][ MAX_LPC_ORDER ], /* O Prediction coefficients */
295 opus_int16 pNLSF_Q15[ MAX_LPC_ORDER ], /* I/O Normalized LSFs (quant out) (0 - (2^15-1)) */
296 const opus_int16 prev_NLSFq_Q15[ MAX_LPC_ORDER ] /* I Previous Normalized LSFs (0 - (2^15-1)) */
301 opus_int16 *pNLSF_Q15, /* I/O Quantized NLSF vector [ LPC_ORDER ] */
303 const opus_int16 *pW_QW, /* I NLSF weight vector [ LPC_ORDER ] */
312 const opus_int16 in_Q15[], /* I Input vectors to be quantized [LPC_order] */
321 const opus_int16 x_Q10[], /* I Input [ order ] */
322 const opus_int16 w_Q5[], /* I Weights [ order ] */
324 const opus_int16 ec_ix[], /* I Indices to entropy coding tables [ order ] */
327 const opus_int16 inv_quant_step_size_Q6, /* I Inverse quantization step size */
329 const opus_int16 order /* I Number of input values */
334 opus_int16 ec_ix[], /* O Indices to entropy tables [ LPC_ORDER ] */
344 opus_int16 *pNLSF_Q15, /* O Quantized NLSF vector [ LPC_ORDER ] */
369 opus_int16 pOut[], /* O Pointer to output speech frame */
395 opus_int16 xq[], /* O Decoded speech */
421 opus_int16 frame[], /* I/O Signal */