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

  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_utilities_camera.h 212 inline void db_JacobianOfRotatedPointStride(double J[9],const double x[3],int stride)
db_rob_image_homography.cpp 375 db_JacobianOfRotatedPointStride(J,R,3);
385 db_JacobianOfRotatedPointStride(J,R+1,3);
395 db_JacobianOfRotatedPointStride(J,R+2,3);
    [all...]
  /packages/apps/Gallery2/jni_mosaic/feature_stab/db_vlvm/
db_utilities_camera.h 212 inline void db_JacobianOfRotatedPointStride(double J[9],const double x[3],int stride)
db_rob_image_homography.cpp 375 db_JacobianOfRotatedPointStride(J,R,3);
385 db_JacobianOfRotatedPointStride(J,R+1,3);
395 db_JacobianOfRotatedPointStride(J,R+2,3);
    [all...]
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_utilities_camera.h 212 inline void db_JacobianOfRotatedPointStride(double J[9],const double x[3],int stride)
db_rob_image_homography.cpp 375 db_JacobianOfRotatedPointStride(J,R,3);
385 db_JacobianOfRotatedPointStride(J,R+1,3);
395 db_JacobianOfRotatedPointStride(J,R+2,3);
    [all...]

Completed in 22 milliseconds