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