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

  /development/perftests/panorama/feature_stab/src/dbreg/
dbreg.cpp 687 VP_MOTION inmot,outmot; local
725 m_stab_smoother.smoothMotionAdaptive(w,h,&inmot,&outmot);
727 m_stab_smoother.smoothMotion(&inmot,&outmot);
730 H[0] = MXX(outmot);
731 H[1] = MXY(outmot);
732 H[2] = MXZ(outmot);
734 H[3] = MYX(outmot);
735 H[4] = MYY(outmot);
736 H[5] = MYZ(outmot);
738 H[6] = MZX(outmot);
    [all...]
  /packages/apps/Camera/jni/feature_stab/src/dbreg/
dbreg.cpp 687 VP_MOTION inmot,outmot; local
725 m_stab_smoother.smoothMotionAdaptive(w,h,&inmot,&outmot);
727 m_stab_smoother.smoothMotion(&inmot,&outmot);
730 H[0] = MXX(outmot);
731 H[1] = MXY(outmot);
732 H[2] = MXZ(outmot);
734 H[3] = MYX(outmot);
735 H[4] = MYY(outmot);
736 H[5] = MYZ(outmot);
738 H[6] = MZX(outmot);
    [all...]
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
dbreg.cpp 686 VP_MOTION inmot,outmot; local
724 m_stab_smoother.smoothMotionAdaptive(w,h,&inmot,&outmot);
726 m_stab_smoother.smoothMotion(&inmot,&outmot);
729 H[0] = MXX(outmot);
730 H[1] = MXY(outmot);
731 H[2] = MXZ(outmot);
733 H[3] = MYX(outmot);
734 H[4] = MYY(outmot);
735 H[5] = MYZ(outmot);
737 H[6] = MZX(outmot);
    [all...]

Completed in 87 milliseconds