Home
last modified time | relevance | path

Searched refs:InterpolatorLinear (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libeffects/loudness/dsp/core/
Dinterpolator_linear.h37 class InterpolatorLinear: public InterpolatorBase<T, InterpolatorLinear<T> > {
39 InterpolatorLinear() { } in InterpolatorLinear() function
40 ~InterpolatorLinear() { } in ~InterpolatorLinear()
51 friend class InterpolatorBase<T, InterpolatorLinear<T> >;
52 typedef InterpolatorBase<T, InterpolatorLinear<T> > BaseClass;
60 LE_FX_DISALLOW_COPY_AND_ASSIGN(InterpolatorLinear<T>);
64 inline T InterpolatorLinear<T>::MethodSpecificInterpolation(T x) { in MethodSpecificInterpolation()
72 bool InterpolatorLinear<T>::SetInternalState() { in SetInternalState()
Ddynamic_range_compression.h110 sigmod::InterpolatorLinear<float> target_gain_to_knee_threshold_;