Home
last modified time | relevance | path

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

/aosp12/frameworks/av/include/media/
H A DInterpolator.h106 auto high2 = high; in findY() local
107 ++high2; in findY()
131 sec1 = high2 != this->end() in findY()
132 ? (high2->second - high->second) / (high2->first - high->first) in findY()
144 m1 = high2 != this->end() in findY()
145 ? (high2->second - low->second) / (high2->first - low->first) in findY()