Home
last modified time | relevance | path

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

/external/sonivox/arm-wt-22k/lib_src/
Deas_voicemgt.c2022 EAS_I32 currentPriority; in VMStealVoice() local
2060 currentPriority = 128 - pCurrVoice->nextVelocity; in VMStealVoice()
2066 currentPriority = (EAS_I32) pCurrVoice->age << NOTE_AGE_STEAL_WEIGHT; in VMStealVoice()
2070 currentPriority += ((32768 >> (12 - NOTE_GAIN_STEAL_WEIGHT)) + 256) - in VMStealVoice()
2080currentPriority += (pSynth->poolCount[pChannel->pool] -pSynth->poolAlloc[pChannel->pool] + 1) << C… in VMStealVoice()
2083 currentPriority += (EAS_I32)(pChannel->pool << CHANNEL_PRIORITY_STEAL_WEIGHT); in VMStealVoice()
2088 currentPriority += NOTE_MATCH_PENALTY; in VMStealVoice()
2091 if (currentPriority >= bestPriority) in VMStealVoice()
2093 bestPriority = currentPriority; in VMStealVoice()
3118 EAS_I32 currentPriority, bestPriority; in VMSetSynthPolyphony() local
[all …]
/external/replicaisland/src/com/replica/replicaisland/
DLevelSystem.java115 int currentPriority = SortConstants.BACKGROUND_START + 1; in loadLevel() local
146 builder.addTileMapLayer(mBackgroundObject, currentPriority, in loadLevel()
151 currentPriority++; in loadLevel()