Home
last modified time | relevance | path

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

/external/libopus/silk/
Dcontrol_codec.c318 psEncC->pitchEstimationThreshold_Q16 = SILK_FIX_CONST( 0.8, 16 ); in silk_setup_complexity()
328 psEncC->pitchEstimationThreshold_Q16 = SILK_FIX_CONST( 0.76, 16 ); in silk_setup_complexity()
338 psEncC->pitchEstimationThreshold_Q16 = SILK_FIX_CONST( 0.8, 16 ); in silk_setup_complexity()
348 psEncC->pitchEstimationThreshold_Q16 = SILK_FIX_CONST( 0.76, 16 ); in silk_setup_complexity()
358 psEncC->pitchEstimationThreshold_Q16 = SILK_FIX_CONST( 0.74, 16 ); in silk_setup_complexity()
368 psEncC->pitchEstimationThreshold_Q16 = SILK_FIX_CONST( 0.72, 16 ); in silk_setup_complexity()
378 psEncC->pitchEstimationThreshold_Q16 = SILK_FIX_CONST( 0.7, 16 ); in silk_setup_complexity()
Dstructs.h174 …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.c128 &psEnc->LTPCorr_Q15, psEnc->sCmn.prevLag, psEnc->sCmn.pitchEstimationThreshold_Q16, in silk_find_pitch_lags_FIX()