Searched refs:MTC_DAMPING (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/drivers/audio/echo/generic/
H A DCMtcSync.h94 MTC_DAMPING = 98 * 0x1000 / 100, // 95% in 12 bit fixed point enumerator in enum:CMtcSync::__anon1522
H A DCMtcSync.cpp408 iRatio = (iRatio * (0x1000 - MTC_DAMPING)) >> 12;
409 iRatio += MTC_DAMPING;

Completed in 82 milliseconds