Lines Matching refs:sLTP_Q15
74 opus_int32 sLTP_Q15[], /* O LTP state matching scaled input */
94 opus_int32 sLTP_Q15[], /* I/O LTP filter state */
139 VARDECL( opus_int32, sLTP_Q15 ); in silk_NSQ_del_dec_c()
192 ALLOC( sLTP_Q15, psEncC->ltp_mem_length + psEncC->frame_length, opus_int32 ); in silk_NSQ_del_dec_c()
263 silk_nsq_del_dec_scale_states( psEncC, NSQ, psDelDec, x16, x_sc_Q10, sLTP, sLTP_Q15, k, in silk_NSQ_del_dec_c()
266 …ise_shape_quantizer_del_dec( NSQ, psDelDec, psIndices->signalType, x_sc_Q10, pulses, pxq, sLTP_Q15, in silk_NSQ_del_dec_c()
325 opus_int32 sLTP_Q15[], /* I/O LTP filter state */ in silk_noise_shape_quantizer_del_dec() argument
368 pred_lag_ptr = &sLTP_Q15[ NSQ->sLTP_buf_idx - lag + LTP_ORDER / 2 ]; in silk_noise_shape_quantizer_del_dec()
620 … sLTP_Q15[ NSQ->sLTP_buf_idx - decisionDelay ] = psDD->Pred_Q15[ last_smple_idx ]; in silk_noise_shape_quantizer_del_dec()
658 opus_int32 sLTP_Q15[], /* O LTP state matching scaled input */ in silk_nsq_del_dec_scale_states() argument
690 sLTP_Q15[ i ] = silk_SMULWB( inv_gain_Q31, sLTP[ i ] ); in silk_nsq_del_dec_scale_states()
706 sLTP_Q15[ i ] = silk_SMULWW( gain_adj_Q16, sLTP_Q15[ i ] ); in silk_nsq_del_dec_scale_states()