Lines Matching refs:sLTP_Q15
43 opus_int32 sLTP_Q15[], /* O LTP state matching scaled input */
58 opus_int32 sLTP_Q15[], /* I/O LTP state */
98 VARDECL( opus_int32, sLTP_Q15 ); in silk_NSQ_c()
120 ALLOC( sLTP_Q15, psEncC->ltp_mem_length + psEncC->frame_length, opus_int32 ); in silk_NSQ_c()
156 …silk_nsq_scale_states( psEncC, NSQ, x16, x_sc_Q10, sLTP, sLTP_Q15, k, LTP_scale_Q14, Gains_Q16, pi… in silk_NSQ_c()
158 …silk_noise_shape_quantizer( NSQ, psIndices->signalType, x_sc_Q10, pulses, pxq, sLTP_Q15, A_Q12, B_… in silk_NSQ_c()
189 opus_int32 sLTP_Q15[], /* I/O LTP state */ in silk_noise_shape_quantizer() argument
217 pred_lag_ptr = &sLTP_Q15[ NSQ->sLTP_buf_idx - lag + LTP_ORDER / 2 ]; in silk_noise_shape_quantizer()
356 sLTP_Q15[ NSQ->sLTP_buf_idx ] = silk_LSHIFT( LPC_exc_Q14, 1 ); in silk_noise_shape_quantizer()
374 opus_int32 sLTP_Q15[], /* O LTP state matching scaled input */ in silk_nsq_scale_states() argument
403 sLTP_Q15[ i ] = silk_SMULWB( inv_gain_Q31, sLTP[ i ] ); in silk_nsq_scale_states()
419 sLTP_Q15[ i ] = silk_SMULWW( gain_adj_Q16, sLTP_Q15[ i ] ); in silk_nsq_scale_states()