Home | History | Annotate | Download | only in fixed

Lines Matching refs:opus_int16

96     const opus_int16                x[]                                     /* I    Speech signal                                                               */
106 const opus_int16 *pitch_res, /* I LPC residual from pitch analysis */
107 const opus_int16 *x /* I Input signal [ frame_length + la_shape ] */
114 const opus_int16 *input, /* I Input data to correlate */
134 opus_int16 res[], /* O residual */
135 const opus_int16 x[] /* I Speech signal */
142 const opus_int16 res_pitch[], /* I Residual from pitch analysis */
143 const opus_int16 x[], /* I Speech signal */
150 opus_int16 NLSF_Q15[], /* O NLSFs */
151 const opus_int16 x[], /* I Input signal */
157 opus_int16 b_Q14[ MAX_NB_SUBFR * LTP_ORDER ], /* O LTP coefs */
160 const opus_int16 r_lpc[], /* I residual signal after LPC signal + state for first 10 ms */
170 opus_int16 *LTP_res, /* O LTP residual signal of length MAX_NB_SUBFR * ( pre_length + subfr_length ) */
171 const opus_int16 *x, /* I Pointer to input signal with at least max( pitchL ) preceding samples */
172 const opus_int16 LTPCoef_Q14[ LTP_ORDER * MAX_NB_SUBFR ],/* I LTP_ORDER LTP coefficients for each MAX_NB_SUBFR subframe */
185 const opus_int16 x[], /* I Input signal */
186 opus_int16 a_Q12[ 2 ][ MAX_LPC_ORDER ], /* I AR coefs for each frame half */
195 const opus_int16 *c, /* I Prediction vector */
215 const opus_int16 *x, /* I x vector [L + order - 1] used to form data matrix X */
225 const opus_int16 *x, /* I x vector [L + order - 1] used to form data matrix X */
226 const opus_int16 *t, /* I Target vector [L] */