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/chromium_org/third_party/opus/src/silk/float/
SigProc_FLP.h
194
static 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
318
prevLag_log2 =
silk_log2
( (silk_float)prevLag );
359
lag_log2 =
silk_log2
( (silk_float)d );
noise_shape_analysis_FLP.c
188
log_energy =
silk_log2
( nrg );
Completed in 47 milliseconds