Home
last modified time | relevance | path

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

/hardware/google/av/codec2/vndk/util/
DC2InterfaceUtils.cpp117 double lastValue = _mMin; in contains() local
121 if (T(lastValue + MIN_STEP / 2) == value) { in contains()
124 double nextValue = fma(lastValue, base, _mStep); in contains()
125 if (nextValue <= lastValue || nextValue > _mMax) { in contains()
128 lastValue = nextValue; in contains()