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

  /packages/apps/Camera/jni/
mosaic_renderer_jni.cpp 93 // 3x3 Matrices holding the transformation of this frame (gThisH1t) and of
95 double gThisH1t[9];
312 gThisH1t[i] = trs[i];
318 gThisH1t[2] *= H2L_FACTOR;
319 gThisH1t[5] *= H2L_FACTOR;
325 // H = ( inv(gThisH1t) * gLastH1t ) * T
329 db_InvertAffineTransform(Htemp1, gThisH1t);
335 gLastH1t[i] = gThisH1t[i];
410 db_Identity3x3(gThisH1t);
782 db_Identity3x3(gThisH1t);
    [all...]
  /packages/apps/Gallery2/jni_mosaic/
mosaic_renderer_jni.cpp 93 // 3x3 Matrices holding the transformation of this frame (gThisH1t) and of
95 double gThisH1t[9];
312 gThisH1t[i] = trs[i];
318 gThisH1t[2] *= H2L_FACTOR;
319 gThisH1t[5] *= H2L_FACTOR;
325 // H = ( inv(gThisH1t) * gLastH1t ) * T
329 db_InvertAffineTransform(Htemp1, gThisH1t);
335 gLastH1t[i] = gThisH1t[i];
410 db_Identity3x3(gThisH1t);
782 db_Identity3x3(gThisH1t);
    [all...]
  /packages/apps/LegacyCamera/jni/
mosaic_renderer_jni.cpp 93 // 3x3 Matrices holding the transformation of this frame (gThisH1t) and of
95 double gThisH1t[9];
289 gThisH1t[i] = trs[i];
295 gThisH1t[2] *= H2L_FACTOR;
296 gThisH1t[5] *= H2L_FACTOR;
302 // H = ( inv(gThisH1t) * gLastH1t ) * T
306 db_InvertAffineTransform(Htemp1, gThisH1t);
312 gLastH1t[i] = gThisH1t[i];
391 db_Identity3x3(gThisH1t);
745 db_Identity3x3(gThisH1t);
    [all...]

Completed in 407 milliseconds