Searched refs:pitchEstimationThreshold_Q16 (Results 1 – 4 of 4) sorted by relevance
/external/libopus/silk/ |
D | control_codec.c | 318 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()
|
D | structs.h | 174 …opus_int32 pitchEstimationThreshold_Q16; /* Threshold for pitch estimator … member
|
/external/libopus/silk/float/ |
D | find_pitch_lags_FLP.c | 119 …ntourIndex, &psEnc->LTPCorr, psEnc->sCmn.prevLag, psEnc->sCmn.pitchEstimationThreshold_Q16 / 65536… in silk_find_pitch_lags_FLP()
|
/external/libopus/silk/fixed/ |
D | find_pitch_lags_FIX.c | 128 &psEnc->LTPCorr_Q15, psEnc->sCmn.prevLag, psEnc->sCmn.pitchEstimationThreshold_Q16, in silk_find_pitch_lags_FIX()
|