Home
last modified time | relevance | path

Searched refs:Rc (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Gallery2/jni/filters/
Dsaturated.c44 float Rc = R * (Rt + S) + G * Gt + B * Bt; in JNIFUNCF() local
48 destination[RED] = CLAMP(Rc); in JNIFUNCF()
Dvibrance.c53 float Rc = R * (Rt + S) + G * Gt + B * Bt; in JNIFUNCF() local
57 destination[RED] = CLAMP(Rc); in JNIFUNCF()
Dwbalance.c160 float Rc = r*scaleR; in JNIFUNCF() local
164 rgb[RED] = clamp(Rc); in JNIFUNCF()