HomeSort by relevance Sort by last modified time
    Searched full:indet (Results 1 - 5 of 5) sorted by null

  /packages/apps/Camera/jni/feature_stab/src/dbreg/
vp_motionmodel.c 99 double mat[3][3], indet, temp; local
110 indet = Det4(inmat);
111 if (indet==0) return(-1);
132 outmat[j][i] = temp * Det3(mat)/indet;
  /packages/apps/Camera2/jni/feature_stab/src/dbreg/
vp_motionmodel.c 99 double mat[3][3], indet, temp; local
110 indet = Det4(inmat);
111 if (indet==0) return(-1);
132 outmat[j][i] = temp * Det3(mat)/indet;
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
vp_motionmodel.c 99 double mat[3][3], indet, temp; local
110 indet = Det4(inmat);
111 if (indet==0) return(-1);
132 outmat[j][i] = temp * Det3(mat)/indet;
  /external/chromium_org/third_party/libxml/src/
xmlregexp.c 595 printf("Indet: state %d trans %d, atom %d to %d : %d to %d\n",
    [all...]
  /external/libxml2/
xmlregexp.c 595 printf("Indet: state %d trans %d, atom %d to %d : %d to %d\n",
    [all...]

Completed in 206 milliseconds