Home
last modified time | relevance | path

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

/hardware/google/av/codec2/vndk/util/
DC2InterfaceUtils.cpp124 double nextValue = fma(lastValue, base, _mStep); in contains() local
125 if (nextValue <= lastValue || nextValue > _mMax) { in contains()
128 lastValue = nextValue; in contains()