OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FIND_PITCH_BANDWIDTH_EXPANSION
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/opus/src/silk/
tuning_parameters.h
47
#define
FIND_PITCH_BANDWIDTH_EXPANSION
0.99f
/external/chromium_org/third_party/opus/src/silk/fixed/
find_pitch_lags_FIX.c
104
silk_bwexpander( A_Q12, psEnc->sCmn.pitchEstimationLPCOrder, SILK_FIX_CONST(
FIND_PITCH_BANDWIDTH_EXPANSION
, 16 ) );
/external/chromium_org/third_party/opus/src/silk/float/
find_pitch_lags_FLP.c
99
silk_bwexpander_FLP( A, psEnc->sCmn.pitchEstimationLPCOrder,
FIND_PITCH_BANDWIDTH_EXPANSION
);
Completed in 184 milliseconds