Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/snd/
Dsnd_BiquadFilterPresets.cpp614 int coefIndex = static_cast<int>( static_cast<f32>( coefSize - 1 ) * value ); in GetCoefficients() local
616 coefIndex = ut::Clamp( coefIndex, 0, COEFFICIENTS_TABLE_SIZE-1 ); in GetCoefficients()
617 *coef = COEFFICIENTS_TABLE[ coefIndex ]; in GetCoefficients()
639 int coefIndex = static_cast<int>( static_cast<f32>( coefSize - 1 ) * value ); in GetCoefficients() local
641 coefIndex = ut::Clamp( coefIndex, 0, COEFFICIENTS_TABLE_SIZE-1 ); in GetCoefficients()
642 *coef = COEFFICIENTS_TABLE[ coefIndex ]; in GetCoefficients()
667 int coefIndex = static_cast<int>( static_cast<f32>( coefSize - 1 ) * value ); in GetCoefficients() local
669 coefIndex = ut::Clamp( coefIndex, 0, COEFFICIENTS_TABLE_SIZE-1 ); in GetCoefficients()
670 *coef = COEFFICIENTS_TABLE[ coefIndex ]; in GetCoefficients()
695 int coefIndex = static_cast<int>( static_cast<f32>( coefSize - 1 ) * value ); in GetCoefficients() local
[all …]