Searched defs:oG (Results 1 - 1 of 1) sorted by relevance

/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicBlend.cpp425 oR = out->x, oG = out->y, oB = out->z, oA = out->w; local
427 out->y = (oG + iG) > 255 ? 255 : oG + iG;
446 oR = out->x, oG = out->y, oB = out->z, oA = out->w; local
448 out->y = (oG - iG) < 0 ? 0 : oG - iG;

Completed in 283 milliseconds