Lines Matching refs:opus_int16
38 …opus_int16 *NLSF_Q15, /* O NLSF vector [ LPC… in silk_A2NLSF_FLP()
56 …const opus_int16 *NLSF_Q15, /* I NLSF vector [ LPC… in silk_NLSF2A_FLP()
62 opus_int16 a_fix_Q12[ MAX_LPC_ORDER ]; in silk_NLSF2A_FLP()
77 …opus_int16 NLSF_Q15[ MAX_LPC_ORDER ], /* I/O Normalized LSFs (quant… in silk_process_NLSFs_FLP()
78 …const opus_int16 prev_NLSF_Q15[ MAX_LPC_ORDER ] /* I Previous Normalized LS… in silk_process_NLSFs_FLP()
82 opus_int16 PredCoef_Q12[ 2 ][ MAX_LPC_ORDER ]; in silk_process_NLSFs_FLP()
106 opus_int16 x16[ MAX_FRAME_LENGTH ]; in silk_NSQ_wrapper_FLP()
108 silk_DWORD_ALIGN opus_int16 PredCoef_Q12[ 2 ][ MAX_LPC_ORDER ]; in silk_NSQ_wrapper_FLP()
109 opus_int16 LTPCoef_Q14[ LTP_ORDER * MAX_NB_SUBFR ]; in silk_NSQ_wrapper_FLP()
113 opus_int16 AR_Q13[ MAX_NB_SUBFR * MAX_SHAPE_LPC_ORDER ]; in silk_NSQ_wrapper_FLP()
137 LTPCoef_Q14[ i ] = (opus_int16)silk_float2int( psEncCtrl->LTPCoef[ i ] * 16384.0f ); in silk_NSQ_wrapper_FLP()
142 … PredCoef_Q12[ j ][ i ] = (opus_int16)silk_float2int( psEncCtrl->PredCoef[ j ][ i ] * 4096.0f ); in silk_NSQ_wrapper_FLP()
189 opus_int16 B_Q14[ MAX_NB_SUBFR * LTP_ORDER ]; in silk_quant_LTP_gains_FLP()