Searched refs:DevideBy8bit (Results 1 – 4 of 4) sorted by relevance
| /NW4C-2.0.3/sources/libraries/snd/ |
| D | snd_BankFile.cpp | 303 return Util::DevideBy8bit( value, 0 ); in GetOriginalKey() 311 return Util::DevideBy8bit( value, 0 ); in GetVolume() 319 return Util::DevideBy8bit( value, 0 ); in GetPan() 328 return Util::DevideBy8bit( value, 1 ); in GetSurroundPan() 345 return Util::DevideBy8bit( value, 0 ) > 0; in IsIgnoreNoteOff() 353 return Util::DevideBy8bit( value, 1 ); in GetKeyGroup() 361 return Util::DevideBy8bit( value, 2 ); in GetInterpolationType()
|
| D | snd_WaveSoundFile.cpp | 177 return Util::DevideBy8bit( value, 0 ); in GetPan() 184 return static_cast<s8>( Util::DevideBy8bit( value, 1 ) ); in GetSurroundPan() 268 return Util::DevideBy8bit( value, 0 ); in GetOriginalKey() 276 return Util::DevideBy8bit( value, 0 ); in GetVolume() 284 return Util::DevideBy8bit( value, 0 ); in GetPan() 291 return static_cast<s8>( Util::DevideBy8bit( value, 1 ) ); in GetSurroundPan()
|
| D | snd_SoundArchiveFile.cpp | 657 return static_cast<PanMode>( Util::DevideBy8bit( value, 0 ) ); in GetPanMode() 668 return static_cast<PanCurve>( Util::DevideBy8bit( value, 1 ) ); in GetPanCurve() 679 return Util::DevideBy8bit( value, 0 ); in GetPlayerPriority() 690 return Util::DevideBy8bit( value, 1 ); in GetActorPlayerId() 749 return Util::DevideBy8bit( value, 0 ); in GetChannelPriority() 760 return Util::DevideBy8bit( value, 1 ); in GetIsReleasePriorityFix() 806 return Util::DevideBy8bit( value, 0 ); in GetChannelPriority() 816 if ( Util::DevideBy8bit( value, 1 ) > 0 ) return true; in IsReleasePriorityFix()
|
| /NW4C-2.0.3/include/nw/snd/ |
| D | snd_Util.h | 351 static NW_INLINE u8 DevideBy8bit( u32 value, int index ) in DevideBy8bit() function
|