Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/snd/
Dsnd_CurveLfo.cpp116 static const s8 sinTable[ TABLE_SIZE + 1 ] = in GetSinIdx() local
129 return sinTable[ index ]; in GetSinIdx()
133 return sinTable[ TABLE_SIZE - ( index - TABLE_SIZE ) ]; in GetSinIdx()
137 return static_cast<s8>( - sinTable[ index - TABLE_SIZE * 2 ] ); in GetSinIdx()
139 return static_cast<s8>( - sinTable[ TABLE_SIZE - ( index - TABLE_SIZE * 3 ) ] ); in GetSinIdx()