Home
last modified time | relevance | path

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

/external/skia/src/opts/
DSkRasterPipeline_opts.h783 auto d_inv = 1.0f/d; in STAGE() local
787 (g - b)*d_inv + (g < b).thenElse(6.0f, 0.0f)); in STAGE()
788 h = (max == g).thenElse((b - r)*d_inv + 2.0f, h); in STAGE()
789 h = (max == b).thenElse((r - g)*d_inv + 4.0f, h); in STAGE()