• Home
  • Raw
  • Download

Lines Matching refs:opus_int16

44 …const opus_int16            *in_Q14,                        /* I    input vector to be quantized  …
67 …const opus_int16 *in_Q14, /* I input vector to be quantized …
94 …const opus_int16 PredCoef_Q12[ 2 * MAX_LPC_ORDER ], /* I Short term predict…
95 …const opus_int16 LTPCoef_Q14[ LTP_ORDER * MAX_NB_SUBFR ], /* I Long term predicti…
96 …const opus_int16 AR2_Q13[ MAX_NB_SUBFR * MAX_SHAPE_LPC_ORDER ], /* I Noise shaping coef…
121 …const opus_int16 PredCoef_Q12[ 2 * MAX_LPC_ORDER ], /* I Short term predict…
122 …const opus_int16 LTPCoef_Q14[ LTP_ORDER * MAX_NB_SUBFR ], /* I Long term predicti…
123 …const opus_int16 AR2_Q13[ MAX_NB_SUBFR * MAX_SHAPE_LPC_ORDER ], /* I Noise shaping coef…
148 …const opus_int16 PredCoef_Q12[ 2 * MAX_LPC_ORDER ], /* I Short term predict…
149 …const opus_int16 LTPCoef_Q14[ LTP_ORDER * MAX_NB_SUBFR ], /* I Long term predicti…
150 …const opus_int16 AR2_Q13[ MAX_NB_SUBFR * MAX_SHAPE_LPC_ORDER ], /* I Noise shaping coef…
175 …const opus_int16 PredCoef_Q12[ 2 * MAX_LPC_ORDER ], /* I Short term predict…
176 …const opus_int16 LTPCoef_Q14[ LTP_ORDER * MAX_NB_SUBFR ], /* I Long term predicti…
177 …const opus_int16 AR2_Q13[ MAX_NB_SUBFR * MAX_SHAPE_LPC_ORDER ], /* I Noise shaping coef…
200 opus_int16 xq[], /* O */
202 const opus_int16 a_Q12[], /* I Short term prediction coefs */
203 const opus_int16 b_Q14[], /* I Long term prediction coefs */
204 const opus_int16 AR_shp_Q13[], /* I Noise shaping AR coefs */
230 const opus_int16 pIn[]
243 const opus_int16 pIn[]);