Searched refs:Interpolate (Results 1 – 4 of 4) sorted by relevance
67 LVM_INT16 Interpolate; in LVM_Mixer_TimeConstant() local149 Interpolate = (LVM_INT16)((Product >> 15) & 0x00007FFF); in LVM_Mixer_TimeConstant()152 MUL32x16INTO32(Diff,Interpolate,Diff,15) in LVM_Mixer_TimeConstant()
36 const float decibel = target_gain_to_knee_threshold_.Interpolate( in set_knee_threshold_via_target_gain()
49 T Interpolate(T x);
127 T InterpolatorBase<T, Algorithm>::Interpolate(T x) { in Interpolate() function