Searched refs:T60 (Results 1 – 4 of 4) sorted by relevance
309 (pPrivate->NewParams.T60 != pPrivate->CurrentParams.T60) || in LVREV_ApplyNewSettings()315 if(pPrivate->NewParams.T60 == 0) in LVREV_ApplyNewSettings()335 Temp1 = (3 * pPrivate->RoomSizeInms * ScaleTable[i]) / pPrivate->NewParams.T60; in LVREV_ApplyNewSettings()376 (pPrivate->NewParams.T60 != pPrivate->CurrentParams.T60) ) in LVREV_ApplyNewSettings()382 LVM_INT32 T60; in LVREV_ApplyNewSettings() local394 if(pPrivate->NewParams.T60<100) in LVREV_ApplyNewSettings()396 T60 = 100 * LVREV_T60_SCALE; in LVREV_ApplyNewSettings()400 T60 = pPrivate->NewParams.T60 * LVREV_T60_SCALE; in LVREV_ApplyNewSettings()422 Gain=LVM_Polynomial(3,Coefs,T60); /* Q.24 result */ in LVREV_ApplyNewSettings()442 Gain1=LVM_Polynomial(3,Coefs,T60); /* Q.24 result */ in LVREV_ApplyNewSettings()[all …]
88 if (pNewParams->T60 > LVREV_MAX_T60) in LVREV_SetControlParameters()
835 params.T60 = 1490; in Reverb_init()840 pContext->SamplesToExitCount = (params.T60 * pContext->config.inputCfg.samplingRate)/1000; in Reverb_init()849 pContext->SavedDecayTime = params.T60; in Reverb_init()1220 ActiveParams.T60 = (LVM_UINT16)time; in ReverbSetDecayTime()1223 ActiveParams.T60 = LVREV_MAX_T60; in ReverbSetDecayTime()1231 pContext->SamplesToExitCount = (ActiveParams.T60 * pContext->config.inputCfg.samplingRate)/1000; in ReverbSetDecayTime()1261 if(ActiveParams.T60 != pContext->SavedDecayTime){ in ReverbGetDecayTime()1264 ActiveParams.T60, pContext->SavedDecayTime); in ReverbGetDecayTime()1268 return (uint32_t)ActiveParams.T60; in ReverbGetDecayTime()2046 (ActiveParams.T60 * pContext->config.inputCfg.samplingRate)/1000; in Reverb_command()
112 LVM_UINT16 T60; /* Decay time constant, in ms */ member