Lines Matching refs:opus_int
44 opus_int subfr, /* I subframe number */
45 const opus_int LTP_scale_Q14, /* I */
47 const opus_int pitchL[ MAX_NB_SUBFR ], /* I Pitch lag */
48 const opus_int signal_type /* I Signal type */
54 opus_int signalType, /* I Signal type */
62 opus_int lag, /* I Pitch lag */
64 opus_int Tilt_Q14, /* I Spectral tilt */
67 opus_int Lambda_Q10, /* I */
68 opus_int offset_Q10, /* I */
69 opus_int length, /* I Input length */
70 opus_int shapingLPCOrder, /* I Noise shaping AR filter order */
71 opus_int predictLPCOrder, /* I Prediction filter order */
86 …const opus_int HarmShapeGain_Q14[ MAX_NB_SUBFR ], /* I Long term shaping … in silk_NSQ_c()
87 …const opus_int Tilt_Q14[ MAX_NB_SUBFR ], /* I Spectral tilt … in silk_NSQ_c()
90 …const opus_int pitchL[ MAX_NB_SUBFR ], /* I Pitch lags … in silk_NSQ_c()
91 …const opus_int Lambda_Q10, /* I Rate/distortion tr… in silk_NSQ_c()
92 …const opus_int LTP_scale_Q14 /* I LTP state scaling … in silk_NSQ_c()
95 opus_int k, lag, start_idx, LSF_interpolation_flag; in silk_NSQ_c()
101 opus_int offset_Q10; in silk_NSQ_c()
185 opus_int signalType, /* I Signal type */ in silk_noise_shape_quantizer()
193 opus_int lag, /* I Pitch lag */ in silk_noise_shape_quantizer()
195 opus_int Tilt_Q14, /* I Spectral tilt */ in silk_noise_shape_quantizer()
198 opus_int Lambda_Q10, /* I */ in silk_noise_shape_quantizer()
199 opus_int offset_Q10, /* I */ in silk_noise_shape_quantizer()
200 opus_int length, /* I Input length */ in silk_noise_shape_quantizer()
201 opus_int shapingLPCOrder, /* I Noise shaping AR filter order */ in silk_noise_shape_quantizer()
202 opus_int predictLPCOrder, /* I Prediction filter order */ in silk_noise_shape_quantizer()
206 opus_int i; in silk_noise_shape_quantizer()
375 opus_int subfr, /* I subframe number */ in silk_nsq_scale_states()
376 const opus_int LTP_scale_Q14, /* I */ in silk_nsq_scale_states()
378 const opus_int pitchL[ MAX_NB_SUBFR ], /* I Pitch lag */ in silk_nsq_scale_states()
379 const opus_int signal_type /* I Signal type */ in silk_nsq_scale_states()
382 opus_int i, lag; in silk_nsq_scale_states()