Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/snd/
Dsnd_CurveAdshr.cpp31 const s16 CurveAdshr::DecibelSquareTable[ DECIBEL_SQUARE_TABLE_SIZE ] = member in nw::snd::internal::CurveAdshr
355 return DecibelSquareTable[ scale ]; in CalcDecibelSquare()
/NW4C-2.0.3/include/nw/snd/
Dsnd_CurveAdshr.h59 static const s16 DecibelSquareTable[ DECIBEL_SQUARE_TABLE_SIZE ]; variable