Searched refs:T60 (Results 1 – 4 of 4) sorted by relevance
310 (pPrivate->NewParams.T60 != pPrivate->CurrentParams.T60) || in LVREV_ApplyNewSettings()316 if(pPrivate->NewParams.T60 == 0) in LVREV_ApplyNewSettings()336 Temp1 = (3 * pPrivate->RoomSizeInms * ScaleTable[i]) / pPrivate->NewParams.T60; in LVREV_ApplyNewSettings()377 (pPrivate->NewParams.T60 != pPrivate->CurrentParams.T60) ) in LVREV_ApplyNewSettings()383 LVM_INT32 T60; in LVREV_ApplyNewSettings() local395 if(pPrivate->NewParams.T60<100) in LVREV_ApplyNewSettings()397 T60 = 100 * LVREV_T60_SCALE; in LVREV_ApplyNewSettings()401 T60 = pPrivate->NewParams.T60 * LVREV_T60_SCALE; in LVREV_ApplyNewSettings()423 Gain=LVM_Polynomial(3,Coefs,T60); /* Q.24 result */ in LVREV_ApplyNewSettings()443 Gain1=LVM_Polynomial(3,Coefs,T60); /* Q.24 result */ in LVREV_ApplyNewSettings()[all …]
103 if (pNewParams->T60 > LVREV_MAX_T60) in LVREV_SetControlParameters()
879 params.T60 = 1490; in Reverb_init()884 pContext->SamplesToExitCount = (params.T60 * pContext->config.inputCfg.samplingRate)/1000; in Reverb_init()893 pContext->SavedDecayTime = params.T60; in Reverb_init()1264 ActiveParams.T60 = (LVM_UINT16)time; in ReverbSetDecayTime()1267 ActiveParams.T60 = LVREV_MAX_T60; in ReverbSetDecayTime()1275 pContext->SamplesToExitCount = (ActiveParams.T60 * pContext->config.inputCfg.samplingRate)/1000; in ReverbSetDecayTime()1305 if(ActiveParams.T60 != pContext->SavedDecayTime){ in ReverbGetDecayTime()1308 ActiveParams.T60, pContext->SavedDecayTime); in ReverbGetDecayTime()1312 return (uint32_t)ActiveParams.T60; in ReverbGetDecayTime()2133 (ActiveParams.T60 * pContext->config.inputCfg.samplingRate)/1000; in Reverb_command()
118 LVM_UINT16 T60; /* Decay time constant, in ms */ member