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

/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicBlend.cpp411 uint32_t iR = in->x, iG = in->y, iB = in->z, iA = in->w, local
413 out->x = (oR + iR) > 255 ? 255 : oR + iR;
432 int32_t iR = in->x, iG = in->y, iB = in->z, iA = in->w, local
434 out->x = (oR - iR) < 0 ? 0 : oR - iR;

Completed in 49 milliseconds