Lines Matching refs:opus_int
40 …const opus_int LPC_order /* I LPC order … in silk_A2NLSF_FLP()
43 opus_int i; in silk_A2NLSF_FLP()
57 …const opus_int LPC_order, /* I LPC order … in silk_NLSF2A_FLP()
61 opus_int i; in silk_NLSF2A_FLP()
81 opus_int i, j; in silk_process_NLSFs_FLP()
105 opus_int i, j; in silk_NSQ_wrapper_FLP()
110 opus_int LTP_scale_Q14; in silk_NSQ_wrapper_FLP()
115 opus_int Lambda_Q10; in silk_NSQ_wrapper_FLP()
116 opus_int Tilt_Q14[ MAX_NB_SUBFR ]; in silk_NSQ_wrapper_FLP()
117 opus_int HarmShapeGain_Q14[ MAX_NB_SUBFR ]; in silk_NSQ_wrapper_FLP()
130 … Tilt_Q14[ i ] = (opus_int)silk_float2int( psEncCtrl->Tilt[ i ] * 16384.0f ); in silk_NSQ_wrapper_FLP()
131 … HarmShapeGain_Q14[ i ] = (opus_int)silk_float2int( psEncCtrl->HarmShapeGain[ i ] * 16384.0f ); in silk_NSQ_wrapper_FLP()
133 Lambda_Q10 = ( opus_int )silk_float2int( psEncCtrl->Lambda * 1024.0f ); in silk_NSQ_wrapper_FLP()
183 …const opus_int subfr_len, /* I Number of samples … in silk_quant_LTP_gains_FLP()
184 …const opus_int nb_subfr, /* I Number of subframes … in silk_quant_LTP_gains_FLP()
188 opus_int i, pred_gain_dB_Q7; in silk_quant_LTP_gains_FLP()