OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:silk_float2int
(Results
1 - 2
of
2
) sorted by null
/external/libopus/silk/float/
wrappers_FLP.c
47
a_fix_Q16[ i ] =
silk_float2int
( pAR[ i ] * 65536.0f );
122
AR2_Q13[ i * MAX_SHAPE_LPC_ORDER + j ] =
silk_float2int
( psEncCtrl->AR2[ i * MAX_SHAPE_LPC_ORDER + j ] * 8192.0f );
127
LF_shp_Q14[ i ] = silk_LSHIFT32(
silk_float2int
( psEncCtrl->LF_AR_shp[ i ] * 16384.0f ), 16 ) |
128
(opus_uint16)
silk_float2int
( psEncCtrl->LF_MA_shp[ i ] * 16384.0f );
129
Tilt_Q14[ i ] = (opus_int)
silk_float2int
( psEncCtrl->Tilt[ i ] * 16384.0f );
130
HarmShapeGain_Q14[ i ] = (opus_int)
silk_float2int
( psEncCtrl->HarmShapeGain[ i ] * 16384.0f );
132
Lambda_Q10 = ( opus_int )
silk_float2int
( psEncCtrl->Lambda * 1024.0f );
136
LTPCoef_Q14[ i ] = (opus_int16)
silk_float2int
( psEncCtrl->LTPCoef[ i ] * 16384.0f );
141
PredCoef_Q12[ j ][ i ] = (opus_int16)
silk_float2int
( psEncCtrl->PredCoef[ j ][ i ] * 4096.0f );
146
Gains_Q16[ i ] =
silk_float2int
( psEncCtrl->Gains[ i ] * 65536.0f )
[
all
...]
SigProc_FLP.h
163
static OPUS_INLINE opus_int32
silk_float2int
( silk_float x )
function
Completed in 466 milliseconds