OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VARIABLE_HP_MIN_CUTOFF_HZ
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/opus/src/silk/
HP_variable_cutoff.c
56
pitch_freq_log_Q7 - ( silk_lin2log( SILK_FIX_CONST(
VARIABLE_HP_MIN_CUTOFF_HZ
, 16 ) ) - ( 16 << 7 ) ) );
74
silk_LSHIFT( silk_lin2log(
VARIABLE_HP_MIN_CUTOFF_HZ
), 8 ),
init_encoder.c
50
psEnc->sCmn.variable_HP_smth1_Q15 = silk_LSHIFT( silk_lin2log( SILK_FIX_CONST(
VARIABLE_HP_MIN_CUTOFF_HZ
, 16 ) ) - ( 16 << 7 ), 8 );
tuning_parameters.h
76
#define
VARIABLE_HP_MIN_CUTOFF_HZ
60
/external/chromium_org/third_party/opus/src/src/
opus_encoder.c
215
st->variable_HP_smth2_Q15 = silk_LSHIFT( silk_lin2log(
VARIABLE_HP_MIN_CUTOFF_HZ
), 8 );
847
hp_freq_smth1 = silk_LSHIFT( silk_lin2log(
VARIABLE_HP_MIN_CUTOFF_HZ
), 8 );
[
all
...]
Completed in 2391 milliseconds