Searched refs:x_start_offset (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libeffects/loudness/dsp/core/
H A Dinterpolator_base.h69 // x_data[i] = x_start_offset + i * x_sampling_interval
70 bool Initialize(double x_start_offset,
75 // x_data[i] = x_start_offset + i * x_sampling_interval
76 bool Initialize(double x_start_offset,
H A Dinterpolator_base-inl.h65 bool InterpolatorBase<T, Algorithm>::Initialize(double x_start_offset, argument
68 return Initialize(x_start_offset,
75 bool InterpolatorBase<T, Algorithm>::Initialize(double x_start_offset, argument
81 float time_offset = x_start_offset;
88 x_start_offset_ = x_start_offset;

Completed in 349 milliseconds