Home
last modified time | relevance | path

Searched refs:Gt (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
Dsaturation.rs71 float Gt = Gf * MS;
77 rsMatrixSet(&colorMatrix_max, 1, 0, b * Gt);
80 rsMatrixSet(&colorMatrix_max, 1, 1, b * (Gt + S));
83 rsMatrixSet(&colorMatrix_max, 1, 2, b * Gt);
89 Gt = Gf * MS;
94 rsMatrixSet(&colorMatrix_min, 1, 0, b * Gt);
97 rsMatrixSet(&colorMatrix_min, 1, 1, b * (Gt + S));
100 rsMatrixSet(&colorMatrix_min, 1, 2, b * Gt);
Dvignette.rs47 float Gt = Gf * MS;
55 rsMatrixSet(&colorMatrix, 1, 0, b * Gt);
58 rsMatrixSet(&colorMatrix, 1, 1, b * (Gt + S));
61 rsMatrixSet(&colorMatrix, 1, 2, b * Gt);
Dgrad.rs73 float Gt = Gf * MS;
81 rsMatrixSet(&grads[i].colorMatrix, 1, 0, b * Gt);
84 rsMatrixSet(&grads[i].colorMatrix, 1, 1, b * (Gt + S));
87 rsMatrixSet(&grads[i].colorMatrix, 1, 2, b * Gt);
/packages/apps/Gallery2/jni/filters/
Dvibrance.c33 float Gt = Gf * MS; in JNIFUNCF() local
46 Gt = Gf * MS; 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()
Dsaturated.c31 float Gt = Gf * MS; in JNIFUNCF() local
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()