Lines Matching refs:opus_int
75 opus_int subfr, /* I Subframe number */
76 opus_int nStatesDelayedDecision, /* I Number of del dec states */
77 const opus_int LTP_scale_Q14, /* I LTP state scaling */
79 const opus_int pitchL[ MAX_NB_SUBFR ], /* I Pitch lag */
80 const opus_int signal_type, /* I Signal type */
81 const opus_int decisionDelay /* I Decision delay */
90 opus_int signalType, /* I Signal type */
99 opus_int lag, /* I Pitch lag */
101 opus_int Tilt_Q14, /* I Spectral tilt */
104 opus_int Lambda_Q10, /* I */
105 opus_int offset_Q10, /* I */
106 opus_int length, /* I Input length */
107 opus_int subfr, /* I Subframe number */
108 opus_int shapingLPCOrder, /* I Shaping LPC filter order */
109 opus_int predictLPCOrder, /* I Prediction filter order */
110 opus_int warping_Q16, /* I */
111 opus_int nStatesDelayedDecision, /* I Number of states in decision tree */
112 opus_int *smpl_buf_idx, /* I/O Index to newest samples in buffers */
113 opus_int decisionDelay, /* I */
126 …const opus_int HarmShapeGain_Q14[ MAX_NB_SUBFR ], /* I Long term shaping … in silk_NSQ_del_dec_c()
127 …const opus_int Tilt_Q14[ MAX_NB_SUBFR ], /* I Spectral tilt … in silk_NSQ_del_dec_c()
130 …const opus_int pitchL[ MAX_NB_SUBFR ], /* I Pitch lags … in silk_NSQ_del_dec_c()
131 …const opus_int Lambda_Q10, /* I Rate/distortion tr… in silk_NSQ_del_dec_c()
132 …const opus_int LTP_scale_Q14 /* I LTP state scaling … in silk_NSQ_del_dec_c()
135 opus_int i, k, lag, start_idx, LSF_interpolation_flag, Winner_ind, subfr; in silk_NSQ_del_dec_c()
136 opus_int last_smple_idx, smpl_buf_idx, decisionDelay; in silk_NSQ_del_dec_c()
142 opus_int offset_Q10; in silk_NSQ_del_dec_c()
321 opus_int signalType, /* I Signal type */ in silk_noise_shape_quantizer_del_dec()
330 opus_int lag, /* I Pitch lag */ in silk_noise_shape_quantizer_del_dec()
332 opus_int Tilt_Q14, /* I Spectral tilt */ in silk_noise_shape_quantizer_del_dec()
335 opus_int Lambda_Q10, /* I */ in silk_noise_shape_quantizer_del_dec()
336 opus_int offset_Q10, /* I */ in silk_noise_shape_quantizer_del_dec()
337 opus_int length, /* I Input length */ in silk_noise_shape_quantizer_del_dec()
338 opus_int subfr, /* I Subframe number */ in silk_noise_shape_quantizer_del_dec()
339 opus_int shapingLPCOrder, /* I Shaping LPC filter order */ in silk_noise_shape_quantizer_del_dec()
340 opus_int predictLPCOrder, /* I Prediction filter order */ in silk_noise_shape_quantizer_del_dec()
341 opus_int warping_Q16, /* I */ in silk_noise_shape_quantizer_del_dec()
342 opus_int nStatesDelayedDecision, /* I Number of states in decision tree */ in silk_noise_shape_quantizer_del_dec()
343 opus_int *smpl_buf_idx, /* I/O Index to newest samples in buffers */ in silk_noise_shape_quantizer_del_dec()
344 opus_int decisionDelay, /* I */ in silk_noise_shape_quantizer_del_dec()
348 opus_int i, j, k, Winner_ind, RDmin_ind, RDmax_ind, last_smple_idx; in silk_noise_shape_quantizer_del_dec()
659 opus_int subfr, /* I Subframe number */ in silk_nsq_del_dec_scale_states()
660 opus_int nStatesDelayedDecision, /* I Number of del dec states */ in silk_nsq_del_dec_scale_states()
661 const opus_int LTP_scale_Q14, /* I LTP state scaling */ in silk_nsq_del_dec_scale_states()
663 const opus_int pitchL[ MAX_NB_SUBFR ], /* I Pitch lag */ in silk_nsq_del_dec_scale_states()
664 const opus_int signal_type, /* I Signal type */ in silk_nsq_del_dec_scale_states()
665 const opus_int decisionDelay /* I Decision delay */ in silk_nsq_del_dec_scale_states()
668 opus_int i, k, lag; in silk_nsq_del_dec_scale_states()