OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pitchEstimationThreshold_Q16
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/opus/src/silk/
control_codec.c
313
psEncC->
pitchEstimationThreshold_Q16
= SILK_FIX_CONST( 0.8, 16 );
324
psEncC->
pitchEstimationThreshold_Q16
= SILK_FIX_CONST( 0.76, 16 );
335
psEncC->
pitchEstimationThreshold_Q16
= SILK_FIX_CONST( 0.74, 16 );
346
psEncC->
pitchEstimationThreshold_Q16
= SILK_FIX_CONST( 0.72, 16 );
357
psEncC->
pitchEstimationThreshold_Q16
= SILK_FIX_CONST( 0.7, 16 );
structs.h
171
opus_int32
pitchEstimationThreshold_Q16
; /* Threshold for pitch estimator */
/external/chromium_org/third_party/opus/src/silk/fixed/
find_pitch_lags_FIX.c
124
&psEnc->LTPCorr_Q15, psEnc->sCmn.prevLag, psEnc->sCmn.
pitchEstimationThreshold_Q16
,
/external/chromium_org/third_party/opus/src/silk/float/
find_pitch_lags_FLP.c
118
&psEnc->sCmn.indices.contourIndex, &psEnc->LTPCorr, psEnc->sCmn.prevLag, psEnc->sCmn.
pitchEstimationThreshold_Q16
/ 65536.0f,
Completed in 32 milliseconds