OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:silk_log2
(Results
1 - 4
of
4
) sorted by null
/external/libopus/silk/float/
SigProc_FLP.h
195
static OPUS_INLINE silk_float
silk_log2
( double x )
function
find_LTP_FLP.c
94
*LTPredCodGain = 3.0f *
silk_log2
( LPC_res_nrg / LPC_LTP_res_nrg );
pitch_analysis_core_FLP.c
320
prevLag_log2 =
silk_log2
( (silk_float)prevLag );
361
lag_log2 =
silk_log2
( (silk_float)d );
noise_shape_analysis_FLP.c
188
log_energy =
silk_log2
( nrg );
Completed in 956 milliseconds