Lines Matching refs:opus_int

68     opus_int            subfr,                      /* I    Subframe number                     */
69 opus_int nStatesDelayedDecision, /* I Number of del dec states */
70 const opus_int LTP_scale_Q14, /* I LTP state scaling */
72 const opus_int pitchL[ MAX_NB_SUBFR ], /* I Pitch lag */
73 const opus_int signal_type, /* I Signal type */
74 const opus_int decisionDelay /* I Decision delay */
83 opus_int signalType, /* I Signal type */
92 opus_int lag, /* I Pitch lag */
94 opus_int Tilt_Q14, /* I Spectral tilt */
97 opus_int Lambda_Q10, /* I */
98 opus_int offset_Q10, /* I */
99 opus_int length, /* I Input length */
100 opus_int subfr, /* I Subframe number */
101 opus_int shapingLPCOrder, /* I Shaping LPC filter order */
102 opus_int predictLPCOrder, /* I Prediction filter order */
103 opus_int warping_Q16, /* I */
104 opus_int nStatesDelayedDecision, /* I Number of states in decision tree */
105 opus_int *smpl_buf_idx, /* I Index to newest samples in buffers */
106 opus_int decisionDelay /* I */
118 …const opus_int HarmShapeGain_Q14[ MAX_NB_SUBFR ], /* I Long term shaping … in silk_NSQ_del_dec()
119 …const opus_int Tilt_Q14[ MAX_NB_SUBFR ], /* I Spectral tilt … in silk_NSQ_del_dec()
122 …const opus_int pitchL[ MAX_NB_SUBFR ], /* I Pitch lags … in silk_NSQ_del_dec()
123 …const opus_int Lambda_Q10, /* I Rate/distortion tr… in silk_NSQ_del_dec()
124 …const opus_int LTP_scale_Q14 /* I LTP state scaling … in silk_NSQ_del_dec()
127 opus_int i, k, lag, start_idx, LSF_interpolation_flag, Winner_ind, subfr; in silk_NSQ_del_dec()
128 opus_int last_smple_idx, smpl_buf_idx, decisionDelay; in silk_NSQ_del_dec()
134 opus_int offset_Q10; in silk_NSQ_del_dec()
309 opus_int signalType, /* I Signal type */ in silk_noise_shape_quantizer_del_dec()
318 opus_int lag, /* I Pitch lag */ in silk_noise_shape_quantizer_del_dec()
320 opus_int Tilt_Q14, /* I Spectral tilt */ in silk_noise_shape_quantizer_del_dec()
323 opus_int Lambda_Q10, /* I */ in silk_noise_shape_quantizer_del_dec()
324 opus_int offset_Q10, /* I */ in silk_noise_shape_quantizer_del_dec()
325 opus_int length, /* I Input length */ in silk_noise_shape_quantizer_del_dec()
326 opus_int subfr, /* I Subframe number */ in silk_noise_shape_quantizer_del_dec()
327 opus_int shapingLPCOrder, /* I Shaping LPC filter order */ in silk_noise_shape_quantizer_del_dec()
328 opus_int predictLPCOrder, /* I Prediction filter order */ in silk_noise_shape_quantizer_del_dec()
329 opus_int warping_Q16, /* I */ in silk_noise_shape_quantizer_del_dec()
330 opus_int nStatesDelayedDecision, /* I Number of states in decision tree */ in silk_noise_shape_quantizer_del_dec()
331 opus_int *smpl_buf_idx, /* I Index to newest samples in buffers */ in silk_noise_shape_quantizer_del_dec()
332 opus_int decisionDelay /* I */ in silk_noise_shape_quantizer_del_dec()
335 opus_int i, j, k, Winner_ind, RDmin_ind, RDmax_ind, last_smple_idx; in silk_noise_shape_quantizer_del_dec()
641 opus_int subfr, /* I Subframe number */ in silk_nsq_del_dec_scale_states()
642 opus_int nStatesDelayedDecision, /* I Number of del dec states */ in silk_nsq_del_dec_scale_states()
643 const opus_int LTP_scale_Q14, /* I LTP state scaling */ in silk_nsq_del_dec_scale_states()
645 const opus_int pitchL[ MAX_NB_SUBFR ], /* I Pitch lag */ in silk_nsq_del_dec_scale_states()
646 const opus_int signal_type, /* I Signal type */ in silk_nsq_del_dec_scale_states()
647 const opus_int decisionDelay /* I Decision delay */ in silk_nsq_del_dec_scale_states()
650 opus_int i, k, lag; in silk_nsq_del_dec_scale_states()