Lines Matching refs:opus_int32

41     opus_int32          x_sc_Q10[],             /* O    input scaled with 1/Gain        */
43 opus_int32 sLTP_Q15[], /* O LTP state matching scaled input */
46 const opus_int32 Gains_Q16[ MAX_NB_SUBFR ], /* I */
55 const opus_int32 x_sc_Q10[], /* I */
58 opus_int32 sLTP_Q15[], /* I/O LTP state */
63 opus_int32 HarmShapeFIRPacked_Q14, /* I */
65 opus_int32 LF_shp_Q14, /* I */
66 opus_int32 Gain_Q16, /* I */
88 …const opus_int32 LF_shp_Q14[ MAX_NB_SUBFR ], /* I Low frequency shap… in silk_NSQ_c()
89 …const opus_int32 Gains_Q16[ MAX_NB_SUBFR ], /* I Quantization step … in silk_NSQ_c()
98 VARDECL( opus_int32, sLTP_Q15 ); in silk_NSQ_c()
100 opus_int32 HarmShapeFIRPacked_Q14; in silk_NSQ_c()
102 VARDECL( opus_int32, x_sc_Q10 ); in silk_NSQ_c()
120 ALLOC( sLTP_Q15, psEncC->ltp_mem_length + psEncC->frame_length, opus_int32 ); in silk_NSQ_c()
122 ALLOC( x_sc_Q10, psEncC->subfr_length, opus_int32 ); in silk_NSQ_c()
135 … HarmShapeFIRPacked_Q14 |= silk_LSHIFT( (opus_int32)silk_RSHIFT( HarmShapeGain_Q14[ k ], 1 ), 16 ); in silk_NSQ_c()
172 …p_Q14, &NSQ->sLTP_shp_Q14[ psEncC->frame_length ], psEncC->ltp_mem_length * sizeof( opus_int32 ) ); in silk_NSQ_c()
186 const opus_int32 x_sc_Q10[], /* I */ in silk_noise_shape_quantizer()
189 opus_int32 sLTP_Q15[], /* I/O LTP state */ in silk_noise_shape_quantizer()
194 opus_int32 HarmShapeFIRPacked_Q14, /* I */ in silk_noise_shape_quantizer()
196 opus_int32 LF_shp_Q14, /* I */ in silk_noise_shape_quantizer()
197 opus_int32 Gain_Q16, /* I */ in silk_noise_shape_quantizer()
207 opus_int32 LTP_pred_Q13, LPC_pred_Q10, n_AR_Q12, n_LTP_Q13; in silk_noise_shape_quantizer()
208 opus_int32 n_LF_Q12, r_Q10, rr_Q10, q1_Q0, q1_Q10, q2_Q10, rd1_Q20, rd2_Q20; in silk_noise_shape_quantizer()
209 opus_int32 exc_Q14, LPC_exc_Q14, xq_Q14, Gain_Q10; in silk_noise_shape_quantizer()
210 opus_int32 tmp1, tmp2, sLF_AR_shp_Q14; in silk_noise_shape_quantizer()
211 opus_int32 *psLPC_Q14, *shp_lag_ptr, *pred_lag_ptr; in silk_noise_shape_quantizer()
213 opus_int32 a_Q12_arch[MAX_LPC_ORDER]; in silk_noise_shape_quantizer()
365 … silk_memcpy( NSQ->sLPC_Q14, &NSQ->sLPC_Q14[ length ], NSQ_LPC_BUF_LENGTH * sizeof( opus_int32 ) ); in silk_noise_shape_quantizer()
372 opus_int32 x_sc_Q10[], /* O input scaled with 1/Gain */ in silk_nsq_scale_states()
374 opus_int32 sLTP_Q15[], /* O LTP state matching scaled input */ in silk_nsq_scale_states()
377 const opus_int32 Gains_Q16[ MAX_NB_SUBFR ], /* I */ in silk_nsq_scale_states()
383 opus_int32 gain_adj_Q16, inv_gain_Q31, inv_gain_Q26; in silk_nsq_scale_states()