Searched defs:InterpolatorBase (Results 1 - 2 of 2) sorted by path

/frameworks/av/media/libeffects/loudness/dsp/core/
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_base.h41 class InterpolatorBase { class in namespace:le_fx::sigmod
43 InterpolatorBase();
44 ~InterpolatorBase();
103 LE_FX_DISALLOW_COPY_AND_ASSIGN(InterpolatorBase);

Completed in 222 milliseconds