Searched refs:Interpolate (Results 1 - 4 of 4) sorted by last modified time

/frameworks/av/media/libeffects/loudness/dsp/core/
H A Ddynamic_range_compression-inl.h36 const float decibel = target_gain_to_knee_threshold_.Interpolate(
H A Dinterpolator_base-inl.h127 T InterpolatorBase<T, Algorithm>::Interpolate(T x) { function in class:le_fx::sigmod::InterpolatorBase
130 LoggerError("InterpolatorBase:Interpolate: CachedIndex_ out of bounds "
H A Dinterpolator_base.h38 // for (int n = 0; n < data_length; n++) Y[n] = interp.Interpolate(X[n]);
49 T Interpolate(T x);
/frameworks/av/media/libeffects/lvm/lib/Common/src/
H A DLVM_Mixer_TimeConstant.c67 LVM_INT16 Interpolate; local
149 Interpolate = (LVM_INT16)((Product >> 15) & 0x00007FFF);
152 MUL32x16INTO32(Diff,Interpolate,Diff,15)

Completed in 753 milliseconds