HomeSort by relevance Sort by last modified time
    Searched refs:Htemp2 (Results 1 - 3 of 3) sorted by null

  /packages/apps/Camera/jni/
mosaic_renderer_jni.cpp 308 double H[9], Hp[9], Htemp1[9], Htemp2[9], T[9];
327 db_Identity3x3(Htemp2);
330 db_Multiply3x3_3x3(Htemp2, Htemp1, gLastH1t);
331 db_Multiply3x3_3x3(H, Htemp2, T);
  /packages/apps/Gallery2/jni_mosaic/
mosaic_renderer_jni.cpp 308 double H[9], Hp[9], Htemp1[9], Htemp2[9], T[9];
327 db_Identity3x3(Htemp2);
330 db_Multiply3x3_3x3(Htemp2, Htemp1, gLastH1t);
331 db_Multiply3x3_3x3(H, Htemp2, T);
  /packages/apps/LegacyCamera/jni/
mosaic_renderer_jni.cpp 285 double H[9], Hp[9], Htemp1[9], Htemp2[9], T[9];
304 db_Identity3x3(Htemp2);
307 db_Multiply3x3_3x3(Htemp2, Htemp1, gLastH1t);
308 db_Multiply3x3_3x3(H, Htemp2, T);

Completed in 909 milliseconds