HomeSort by relevance Sort by last modified time
    Searched defs:Bt (Results 1 - 3 of 3) 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);
  /external/opencv3/modules/video/test/
test_estimaterigid.cpp 120 Mat B = A - repeat(A.row(0), 3, 1), Bt = B.t();
121 B = Bt*B;

Completed in 181 milliseconds