HomeSort by relevance Sort by last modified time
    Searched defs:Bt (Results 1 - 2 of 2) sorted by null

  /packages/apps/Gallery2/jni/filters/
saturated.c 32 float Bt = Bf * MS;
43 float Rc = R * (Rt + S) + G * Gt + B * Bt;
44 float Gc = R * Rt + G * (Gt + S) + B * Bt;
45 float Bc = R * Rt + G * Gt + B * (Bt + S);
vibrance.c 34 float Bt = Bf * MS;
47 Bt = Bf * MS;
52 float Rc = R * (Rt + S) + G * Gt + B * Bt;
53 float Gc = R * Rt + G * (Gt + S) + B * Bt;
54 float Bc = R * Rt + G * Gt + B * (Bt + S);

Completed in 57 milliseconds