Home
last modified time | relevance | path

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

/frameworks/av/include/media/
DInterpolator.h107 auto low2 = this->end(); in findY() local
109 low2 = low; in findY()
110 --low2; // decrementing this->begin() is undefined in findY()
134 sec0 = low2 != this->end() in findY()
135 ? (low->second - low2->second) / (low->first - low2->first) in findY()
146 m0 = low2 != this->end() in findY()
147 ? (high->second - low2->second) / (high->first - low2->first) in findY()