Searched refs:iG (Results 1 - 1 of 1) sorted by relevance

/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicBlend.cpp424 uint32_t iR = in->x, iG = in->y, iB = in->z, iA = in->w, local
427 out->y = (oG + iG) > 255 ? 255 : oG + iG;
445 int32_t iR = in->x, iG = in->y, iB = in->z, iA = in->w, local
448 out->y = (oG - iG) < 0 ? 0 : oG - iG;

Completed in 98 milliseconds