HomeSort by relevance Sort by last modified time
    Searched refs:InterpolatorLinear (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libeffects/loudness/dsp/core/
interpolator_linear.h 33 // InterpolatorLinear<float> interp(x_data, y_data, data_length);
37 class InterpolatorLinear: public InterpolatorBase<T, InterpolatorLinear<T> > {
39 InterpolatorLinear() { }
40 ~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) {
72 bool InterpolatorLinear<T>::SetInternalState()
    [all...]
dynamic_range_compression.h 110 sigmod::InterpolatorLinear<float> target_gain_to_knee_threshold_;

Completed in 400 milliseconds