Searched refs:pitchEstimationThreshold_Q16 (Results 1 – 4 of 4) sorted by relevance
/external/libopus/silk/ |
D | control_codec.c | 324 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()
|
D | structs.h | 171 …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 | 130 &psEnc->LTPCorr_Q15, psEnc->sCmn.prevLag, psEnc->sCmn.pitchEstimationThreshold_Q16, in silk_find_pitch_lags_FIX()
|