Searched refs:Interpolate (Results 1 – 4 of 4) sorted by relevance
63 LVM_FLOAT Interpolate; in LVM_Mixer_TimeConstant() local102 Interpolate = (LVM_FLOAT)InterpolateShort / 32768.0f; in LVM_Mixer_TimeConstant()105 Diff = Diff * Interpolate; in LVM_Mixer_TimeConstant()
38 const float decibel = target_gain_to_knee_threshold_.Interpolate( in set_knee_threshold_via_target_gain()
49 T Interpolate(T x);
129 T InterpolatorBase<T, Algorithm>::Interpolate(T x) { in Interpolate() function