Lines Matching refs:silk_float
39 …const silk_float *pAR, /* I LPC coefficients [ LPC… in silk_A2NLSF_FLP()
55 …silk_float *pAR, /* O LPC coefficients [ LPC… in silk_NLSF2A_FLP()
67 pAR[ i ] = ( silk_float )a_fix_Q12[ i ] * ( 1.0f / 4096.0f ); in silk_NLSF2A_FLP()
76 …silk_float PredCoef[ 2 ][ MAX_LPC_ORDER ], /* O Prediction coefficient… in silk_process_NLSFs_FLP()
88 PredCoef[ j ][ i ] = ( silk_float )PredCoef_Q12[ j ][ i ] * ( 1.0f / 4096.0f ); in silk_process_NLSFs_FLP()
102 …const silk_float x[] /* I Prefiltered input sign… in silk_NSQ_wrapper_FLP()
176 …silk_float B[ MAX_NB_SUBFR * LTP_ORDER ], /* O Quantized LTP gains … in silk_quant_LTP_gains_FLP()
180 …silk_float *pred_gain_dB, /* O LTP prediction gain … in silk_quant_LTP_gains_FLP()
181 …const silk_float XX[ MAX_NB_SUBFR * LTP_ORDER * LTP_ORDER ], /* I Correlation ma… in silk_quant_LTP_gains_FLP()
182 …const silk_float xX[ MAX_NB_SUBFR * LTP_ORDER ], /* I Correlation vector … in silk_quant_LTP_gains_FLP()
203 B[ i ] = (silk_float)B_Q14[ i ] * ( 1.0f / 16384.0f ); in silk_quant_LTP_gains_FLP()
206 *pred_gain_dB = (silk_float)pred_gain_dB_Q7 * ( 1.0f / 128.0f ); in silk_quant_LTP_gains_FLP()