Searched refs:DevideBy8bit (Results 1 – 4 of 4) sorted by relevance
| /NW4C-1.2.23/sources/libraries/snd/ |
| D | snd_BankFile.cpp | 301 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()
|
| D | snd_WaveSoundFile.cpp | 175 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()
|
| D | snd_SoundArchiveFile.cpp | 643 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.2.23/include/nw/snd/ |
| D | snd_Util.h | 345 static NW_INLINE u8 DevideBy8bit( u32 value, int index ) in DevideBy8bit() function
|