Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/loudness/dsp/core/
Dinterpolator_linear.h45 T MethodSpecificInterpolation(T x);
64 inline T InterpolatorLinear<T>::MethodSpecificInterpolation(T x) { in MethodSpecificInterpolation() function
Dinterpolator_base-inl.h175 return static_cast<Algorithm*>(this)->MethodSpecificInterpolation(x); in Interpolate()