Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/snd/
Dsnd_CurveLfo.cpp114 static const s8 sinTable[ TABLE_SIZE + 1 ] = in GetSinIdx() local
127 return sinTable[ index ]; in GetSinIdx()
131 return sinTable[ TABLE_SIZE - ( index - TABLE_SIZE ) ]; in GetSinIdx()
135 return static_cast<s8>( - sinTable[ index - TABLE_SIZE * 2 ] ); in GetSinIdx()
137 return static_cast<s8>( - sinTable[ TABLE_SIZE - ( index - TABLE_SIZE * 3 ) ] ); in GetSinIdx()