Home
last modified time | relevance | path

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

/external/libyuv/files/source/
Dscale_mmi.cc243 uint64_t t0, t_hi, t_lo; in ScaleARGBRowDown2Box_MMI() local
295 [t_hi] "=&f"(t_hi), [t_lo] "=&f"(t_lo), [dest] "=&f"(dest) in ScaleARGBRowDown2Box_MMI()
377 uint64_t t0, t1, t_hi, t_lo; in ScaleRowDown2Box_16_MMI() local
430 [t_lo] "=&f"(t_lo), [dest0] "=&f"(dest0), [dest1] "=&f"(dest1), in ScaleRowDown2Box_16_MMI()
/external/skia/src/shaders/gradients/
DSkGradientShader.cpp510 float t_lo = this->getPos(0); in onProgram() local
521 SkASSERT(t_lo <= t_hi); in onProgram()
522 if (t_lo < t_hi) { in onProgram()
523 F4 f = (color_hi - color_lo) / (t_hi - t_lo), in onProgram()
524 b = color_lo - f*t_lo; in onProgram()
525 stops.push_back(t_lo); in onProgram()
529 t_lo = t_hi; in onProgram()
533 stops.push_back(t_lo); in onProgram()