• Home
  • Raw
  • Download

Lines Matching refs:opus_int16

40     const opus_int16    x16[],                  /* I    input                           */
42 const opus_int16 sLTP[], /* I re-whitened LTP state in Q0 */
57 opus_int16 xq[], /* O */
59 const opus_int16 a_Q12[], /* I Short term prediction coefs */
60 const opus_int16 b_Q14[], /* I Long term prediction coefs */
61 const opus_int16 AR_shp_Q13[], /* I Noise shaping AR coefs */
81 …const opus_int16 x16[], /* I Input … in silk_NSQ_c()
83 …const opus_int16 PredCoef_Q12[ 2 * MAX_LPC_ORDER ], /* I Short term predict… in silk_NSQ_c()
84 …const opus_int16 LTPCoef_Q14[ LTP_ORDER * MAX_NB_SUBFR ], /* I Long term predicti… in silk_NSQ_c()
85 …const opus_int16 AR_Q13[ MAX_NB_SUBFR * MAX_SHAPE_LPC_ORDER ], /* I Noise shaping coefs… in silk_NSQ_c()
96 const opus_int16 *A_Q12, *B_Q14, *AR_shp_Q13; in silk_NSQ_c()
97 opus_int16 *pxq; in silk_NSQ_c()
99 VARDECL( opus_int16, sLTP ); in silk_NSQ_c()
121 ALLOC( sLTP, psEncC->ltp_mem_length + psEncC->frame_length, opus_int16 ); in silk_NSQ_c()
171 … &NSQ->xq[ psEncC->frame_length ], psEncC->ltp_mem_length * sizeof( opus_int16 ) ); in silk_NSQ_c()
188 opus_int16 xq[], /* O */ in silk_noise_shape_quantizer()
190 const opus_int16 a_Q12[], /* I Short term prediction coefs */ in silk_noise_shape_quantizer()
191 const opus_int16 b_Q14[], /* I Long term prediction coefs */ in silk_noise_shape_quantizer()
192 const opus_int16 AR_shp_Q13[], /* I Noise shaping AR coefs */ in silk_noise_shape_quantizer()
346 xq[ i ] = (opus_int16)silk_SAT16( silk_RSHIFT_ROUND( silk_SMULWW( xq_Q14, Gain_Q10 ), 8 ) ); in silk_noise_shape_quantizer()
371 const opus_int16 x16[], /* I input */ in silk_nsq_scale_states()
373 const opus_int16 sLTP[], /* I re-whitened LTP state in Q0 */ in silk_nsq_scale_states()