Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/lvm/lib/Common/src/
DLVM_Mixer_TimeConstant.c67 LVM_INT16 Interpolate; in LVM_Mixer_TimeConstant() local
149 Interpolate = (LVM_INT16)((Product >> 15) & 0x00007FFF); in LVM_Mixer_TimeConstant()
152 MUL32x16INTO32(Diff,Interpolate,Diff,15) in LVM_Mixer_TimeConstant()
/frameworks/av/media/libeffects/loudness/dsp/core/
Ddynamic_range_compression-inl.h36 const float decibel = target_gain_to_knee_threshold_.Interpolate( in set_knee_threshold_via_target_gain()
Dinterpolator_base.h49 T Interpolate(T x);
Dinterpolator_base-inl.h127 T InterpolatorBase<T, Algorithm>::Interpolate(T x) { in Interpolate() function