Searched refs:Rc (Results 1 – 3 of 3) sorted by relevance
44 float Rc = R * (Rt + S) + G * Gt + B * Bt; in JNIFUNCF() local48 destination[RED] = CLAMP(Rc); in JNIFUNCF()
53 float Rc = R * (Rt + S) + G * Gt + B * Bt; in JNIFUNCF() local57 destination[RED] = CLAMP(Rc); in JNIFUNCF()
160 float Rc = r*scaleR; in JNIFUNCF() local164 rgb[RED] = clamp(Rc); in JNIFUNCF()