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;
44 float Rc = R * (Rt + S) + G * Gt + B * Bt;
45 float Gc = R * Rt + G * (Gt + S) + B * Bt;
46 float Bc = R * Rt + G * Gt + B * (Bt + S);
vibrance.c 34 float Bt = Bf * MS;
47 Bt = Bf * MS;
53 float Rc = R * (Rt + S) + G * Gt + B * Bt;
54 float Gc = R * Rt + G * (Gt + S) + B * Bt;
55 float Bc = R * Rt + G * Gt + B * (Bt + S);

Completed in 32 milliseconds