Home
last modified time | relevance | path

Searched refs:DevideBy8bit (Results 1 – 4 of 4) sorted by relevance

/NW4C-1.3.3/sources/libraries/snd/
Dsnd_BankFile.cpp301 return Util::DevideBy8bit( value, 0 ); in GetOriginalKey()
309 return Util::DevideBy8bit( value, 0 ); in GetVolume()
317 return Util::DevideBy8bit( value, 0 ); in GetPan()
326 return Util::DevideBy8bit( value, 1 ); in GetSurroundPan()
343 return Util::DevideBy8bit( value, 0 ) > 0; in IsIgnoreNoteOff()
351 return Util::DevideBy8bit( value, 1 ); in GetKeyGroup()
359 return Util::DevideBy8bit( value, 2 ); in GetInterpolationType()
Dsnd_WaveSoundFile.cpp175 return Util::DevideBy8bit( value, 0 ); in GetPan()
182 return static_cast<s8>( Util::DevideBy8bit( value, 1 ) ); in GetSurroundPan()
266 return Util::DevideBy8bit( value, 0 ); in GetOriginalKey()
274 return Util::DevideBy8bit( value, 0 ); in GetVolume()
282 return Util::DevideBy8bit( value, 0 ); in GetPan()
289 return static_cast<s8>( Util::DevideBy8bit( value, 1 ) ); in GetSurroundPan()
Dsnd_SoundArchiveFile.cpp643 return static_cast<PanMode>( Util::DevideBy8bit( value, 0 ) ); in GetPanMode()
654 return static_cast<PanCurve>( Util::DevideBy8bit( value, 1 ) ); in GetPanCurve()
665 return Util::DevideBy8bit( value, 0 ); in GetPlayerPriority()
676 return Util::DevideBy8bit( value, 1 ); in GetActorPlayerId()
735 return Util::DevideBy8bit( value, 0 ); in GetChannelPriority()
746 return Util::DevideBy8bit( value, 1 ); in GetIsReleasePriorityFix()
792 return Util::DevideBy8bit( value, 0 ); in GetChannelPriority()
802 if ( Util::DevideBy8bit( value, 1 ) > 0 ) return true; in IsReleasePriorityFix()
/NW4C-1.3.3/include/nw/snd/
Dsnd_Util.h349 static NW_INLINE u8 DevideBy8bit( u32 value, int index ) in DevideBy8bit() function