Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/snd/
Dsnd_CurveAdshr.cpp29 const s16 CurveAdshr::DecibelSquareTable[ DECIBEL_SQUARE_TABLE_SIZE ] = member in nw::snd::internal::CurveAdshr
353 return DecibelSquareTable[ scale ]; in CalcDecibelSquare()
/NW4C-1.2.23/include/nw/snd/
Dsnd_CurveAdshr.h57 static const s16 DecibelSquareTable[ DECIBEL_SQUARE_TABLE_SIZE ]; variable