Home
last modified time | relevance | path

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

/frameworks/av/include/media/
DInterpolator.h112 auto high2 = high; in findY() local
113 ++high2; in findY()
137 sec1 = high2 != this->end() in findY()
138 ? (high2->second - high->second) / (high2->first - high->first) in findY()
150 m1 = high2 != this->end() in findY()
151 ? (high2->second - low->second) / (high2->first - low->first) in findY()