Searched refs:InterpolatorBase (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libeffects/loudness/dsp/core/
H A Dinterpolator_base.h41 class InterpolatorBase { class in namespace:le_fx::sigmod
43 InterpolatorBase();
44 ~InterpolatorBase();
103 LE_FX_DISALLOW_COPY_AND_ASSIGN(InterpolatorBase);
H A Dinterpolator_base-inl.h31 InterpolatorBase<T, Algorithm>::InterpolatorBase() { function in class:le_fx::sigmod::InterpolatorBase
45 InterpolatorBase<T, Algorithm>::~InterpolatorBase() {
53 bool InterpolatorBase<T, Algorithm>::Initialize(const vector<T> &x_data,
57 LoggerError("InterpolatorBase::Initialize: xData size (%d) != yData size"
65 bool InterpolatorBase<T, Algorithm>::Initialize(double x_start_offset,
75 bool InterpolatorBase<T, Algorithm>::Initialize(double x_start_offset,
96 bool InterpolatorBase<T, Algorithm>::Initialize(
113 ALOGE("InterpolatorBase
[all...]
H A Dinterpolator_linear.h30 // please refer to: InterpolatorBase
37 class InterpolatorLinear: public InterpolatorBase<T, InterpolatorLinear<T> > {
51 friend class InterpolatorBase<T, InterpolatorLinear<T> >;
52 typedef InterpolatorBase<T, InterpolatorLinear<T> > BaseClass;

Completed in 550 milliseconds