Home
last modified time | relevance | path

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

/external/libopus/silk/float/
Dfind_pitch_lags_FLP.c45 silk_float thrhld, res_nrg; in silk_find_pitch_lags_FLP() local
109 thrhld = 0.6f; in silk_find_pitch_lags_FLP()
110 thrhld -= 0.004f * psEnc->sCmn.pitchEstimationLPCOrder; in silk_find_pitch_lags_FLP()
111 thrhld -= 0.1f * psEnc->sCmn.speech_activity_Q8 * ( 1.0f / 256.0f ); in silk_find_pitch_lags_FLP()
112 thrhld -= 0.15f * (psEnc->sCmn.prevSignalType >> 1); in silk_find_pitch_lags_FLP()
113 thrhld -= 0.1f * psEnc->sCmn.input_tilt_Q15 * ( 1.0f / 32768.0f ); in silk_find_pitch_lags_FLP()
120thrhld, psEnc->sCmn.fs_kHz, psEnc->sCmn.pitchEstimationComplexity, psEnc->sCmn.nb_subfr, arch ) ==… in silk_find_pitch_lags_FLP()