Lines Matching refs:envScale
756 pState->envScale = getDecayScale(utemp); //getReleaseScale(utemp); in EAS_PERelease()
763 pState->envScale = getDecayScale(utemp); //getSustainScale(utemp); in EAS_PERelease()
767 if (pState->envScale > 505) in EAS_PERelease()
768 pState->envScale = 505; in EAS_PERelease()
1007 pState->envScale = getDecayScale(utemp); in RenderPCMStream()
1020 pState->envScale = getAttackIncrement(utemp); in RenderPCMStream()
1029 pState->envValue = pState->envValue + (pState->envScale << 7); in RenderPCMStream()
1035 pState->envScale = getDecayScale(utemp); in RenderPCMStream()
1043 pState->envValue = (pState->envValue * pState->envScale)>>9; in RenderPCMStream()
1055 pState->envScale = getDecayScale(utemp); //getSustainScale(utemp); in RenderPCMStream()
1063 pState->envValue = (pState->envValue * pState->envScale)>>9; in RenderPCMStream()
1068 pState->envScale = 512; in RenderPCMStream()
1076 pState->envValue = (pState->envValue * pState->envScale)>>9; in RenderPCMStream()
1081 pState->envScale = 512; in RenderPCMStream()