OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PredCoef
(Results
1 - 5
of
5
) sorted by null
/external/libopus/silk/float/
LPC_analysis_filter_FLP.c
45
const silk_float
PredCoef
[], /* I LPC coefficients */
58
LPC_pred = s_ptr[ 0 ] *
PredCoef
[ 0 ] +
59
s_ptr[ -1 ] *
PredCoef
[ 1 ] +
60
s_ptr[ -2 ] *
PredCoef
[ 2 ] +
61
s_ptr[ -3 ] *
PredCoef
[ 3 ] +
62
s_ptr[ -4 ] *
PredCoef
[ 4 ] +
63
s_ptr[ -5 ] *
PredCoef
[ 5 ] +
64
s_ptr[ -6 ] *
PredCoef
[ 6 ] +
65
s_ptr[ -7 ] *
PredCoef
[ 7 ] +
66
s_ptr[ -8 ] *
PredCoef
[ 8 ]
[
all
...]
structs_FLP.h
83
silk_float
PredCoef
[ 2 ][ MAX_LPC_ORDER ]; /* holds interpolated and final coefficients */
find_pred_coefs_FLP.c
108
silk_process_NLSFs_FLP( &psEnc->sCmn, psEncCtrl->
PredCoef
, NLSF_Q15, psEnc->sCmn.prev_NLSFq_Q15 );
111
silk_residual_energy_FLP( psEncCtrl->ResNrg, LPC_in_pre, psEncCtrl->
PredCoef
, psEncCtrl->Gains,
main_FLP.h
193
const silk_float
PredCoef
[], /* I LPC coefficients */
293
silk_float
PredCoef
[ 2 ][ MAX_LPC_ORDER ], /* O Prediction coefficients */
wrappers_FLP.c
75
silk_float
PredCoef
[ 2 ][ MAX_LPC_ORDER ], /* O Prediction coefficients */
87
PredCoef
[ j ][ i ] = ( silk_float )PredCoef_Q12[ j ][ i ] * ( 1.0f / 4096.0f );
141
PredCoef_Q12[ j ][ i ] = (opus_int16)silk_float2int( psEncCtrl->
PredCoef
[ j ][ i ] * 4096.0f );
Completed in 383 milliseconds