Home
last modified time | relevance | path

Searched refs:PredCoef (Results 1 – 5 of 5) sorted by relevance

/external/libopus/silk/float/
DLPC_analysis_filter_FLP.c45 …const silk_float PredCoef[], /* I LPC coefficients … in silk_LPC_analysis_filter16_FLP() argument
58 LPC_pred = s_ptr[ 0 ] * PredCoef[ 0 ] + in silk_LPC_analysis_filter16_FLP()
59 s_ptr[ -1 ] * PredCoef[ 1 ] + in silk_LPC_analysis_filter16_FLP()
60 s_ptr[ -2 ] * PredCoef[ 2 ] + in silk_LPC_analysis_filter16_FLP()
61 s_ptr[ -3 ] * PredCoef[ 3 ] + in silk_LPC_analysis_filter16_FLP()
62 s_ptr[ -4 ] * PredCoef[ 4 ] + in silk_LPC_analysis_filter16_FLP()
63 s_ptr[ -5 ] * PredCoef[ 5 ] + in silk_LPC_analysis_filter16_FLP()
64 s_ptr[ -6 ] * PredCoef[ 6 ] + in silk_LPC_analysis_filter16_FLP()
65 s_ptr[ -7 ] * PredCoef[ 7 ] + in silk_LPC_analysis_filter16_FLP()
66 s_ptr[ -8 ] * PredCoef[ 8 ] + in silk_LPC_analysis_filter16_FLP()
[all …]
Dwrappers_FLP.c76 …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()
142 … PredCoef_Q12[ j ][ i ] = (opus_int16)silk_float2int( psEncCtrl->PredCoef[ j ][ i ] * 4096.0f ); in silk_NSQ_wrapper_FLP()
Dfind_pred_coefs_FLP.c107 … silk_process_NLSFs_FLP( &psEnc->sCmn, psEncCtrl->PredCoef, NLSF_Q15, psEnc->sCmn.prev_NLSFq_Q15 ); in silk_find_pred_coefs_FLP()
110 silk_residual_energy_FLP( psEncCtrl->ResNrg, LPC_in_pre, psEncCtrl->PredCoef, psEncCtrl->Gains, in silk_find_pred_coefs_FLP()
Dmain_FLP.h180 …const silk_float PredCoef[], /* I LPC coefficients …
267 …silk_float PredCoef[ 2 ][ MAX_LPC_ORDER ], /* O Prediction coefficient…
Dstructs_FLP.h67 …silk_float PredCoef[ 2 ][ MAX_LPC_ORDER ]; /* holds interpolated and final co… member