Home
last modified time | relevance | path

Searched refs:Interpolate (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/libeffects/lvm/lib/Common/src/
DLVM_Mixer_TimeConstant.cpp67 LVM_FLOAT Interpolate; in LVM_Mixer_TimeConstant() local
149 Interpolate = (LVM_FLOAT)InterpolateShort / 32768.0f; in LVM_Mixer_TimeConstant()
152 Diff = Diff * Interpolate; in LVM_Mixer_TimeConstant()
/frameworks/av/media/libeffects/loudness/dsp/core/
Ddynamic_range_compression-inl.h38 const float decibel = target_gain_to_knee_threshold_.Interpolate( in set_knee_threshold_via_target_gain()
Dinterpolator_base.h49 T Interpolate(T x);
Dinterpolator_base-inl.h129 T InterpolatorBase<T, Algorithm>::Interpolate(T x) { in Interpolate() function
/frameworks/base/packages/SystemUI/res/raw/
Dimage_wallpaper_fragment_shader.glsl57 // Interpolate between diffuse and remaps using reveal to avoid over saturation.