Home
last modified time | relevance | path

Searched refs:pitchEstimationThreshold_Q16 (Results 1 – 4 of 4) sorted by relevance

/external/libopus/silk/
Dcontrol_codec.c324 psEncC->pitchEstimationThreshold_Q16 = SILK_FIX_CONST( 0.8, 16 ); in silk_setup_complexity()
335 psEncC->pitchEstimationThreshold_Q16 = SILK_FIX_CONST( 0.76, 16 ); in silk_setup_complexity()
346 psEncC->pitchEstimationThreshold_Q16 = SILK_FIX_CONST( 0.74, 16 ); in silk_setup_complexity()
357 psEncC->pitchEstimationThreshold_Q16 = SILK_FIX_CONST( 0.72, 16 ); in silk_setup_complexity()
368 psEncC->pitchEstimationThreshold_Q16 = SILK_FIX_CONST( 0.7, 16 ); in silk_setup_complexity()
Dstructs.h171 …opus_int32 pitchEstimationThreshold_Q16; /* Threshold for pitch estimator … member
/external/libopus/silk/float/
Dfind_pitch_lags_FLP.c119 …ntourIndex, &psEnc->LTPCorr, psEnc->sCmn.prevLag, psEnc->sCmn.pitchEstimationThreshold_Q16 / 65536… in silk_find_pitch_lags_FLP()
/external/libopus/silk/fixed/
Dfind_pitch_lags_FIX.c130 &psEnc->LTPCorr_Q15, psEnc->sCmn.prevLag, psEnc->sCmn.pitchEstimationThreshold_Q16, in silk_find_pitch_lags_FIX()