Home
last modified time | relevance | path

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

/packages/apps/Gallery2/jni/filters/
Dsaturated.c33 float R, G, B; in JNIFUNCF() local
41 G = g; in JNIFUNCF()
44 float Rc = R * (Rt + S) + G * Gt + B * Bt; in JNIFUNCF()
45 float Gc = R * Rt + G * (Gt + S) + B * Bt; in JNIFUNCF()
46 float Bc = R * Rt + G * Gt + B * (Bt + S); in JNIFUNCF()
Dvibrance.c35 float R, G, B; in JNIFUNCF() local
50 G = g; in JNIFUNCF()
53 float Rc = R * (Rt + S) + G * Gt + B * Bt; in JNIFUNCF()
54 float Gc = R * Rt + G * (Gt + S) + B * Bt; in JNIFUNCF()
55 float Bc = R * Rt + G * Gt + B * (Bt + S); in JNIFUNCF()
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
DExifTag.java321 public static final short G = 5; field