Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/snd/
Dsnd_BiquadFilterPresets.cpp612 int coefIndex = static_cast<int>( static_cast<f32>( coefSize - 1 ) * value ); in GetCoefficients() local
614 coefIndex = ut::Clamp( coefIndex, 0, COEFFICIENTS_TABLE_SIZE-1 ); in GetCoefficients()
615 *coef = COEFFICIENTS_TABLE[ coefIndex ]; in GetCoefficients()
637 int coefIndex = static_cast<int>( static_cast<f32>( coefSize - 1 ) * value ); in GetCoefficients() local
639 coefIndex = ut::Clamp( coefIndex, 0, COEFFICIENTS_TABLE_SIZE-1 ); in GetCoefficients()
640 *coef = COEFFICIENTS_TABLE[ coefIndex ]; in GetCoefficients()
665 int coefIndex = static_cast<int>( static_cast<f32>( coefSize - 1 ) * value ); in GetCoefficients() local
667 coefIndex = ut::Clamp( coefIndex, 0, COEFFICIENTS_TABLE_SIZE-1 ); in GetCoefficients()
668 *coef = COEFFICIENTS_TABLE[ coefIndex ]; in GetCoefficients()
693 int coefIndex = static_cast<int>( static_cast<f32>( coefSize - 1 ) * value ); in GetCoefficients() local
[all …]