Searched refs:coefIndex (Results 1 – 1 of 1) sorted by relevance
612 int coefIndex = static_cast<int>( static_cast<f32>( coefSize - 1 ) * value ); in GetCoefficients() local614 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() local639 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() local667 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 …]