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

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

Completed in 56 milliseconds