Home
last modified time | relevance | path

Searched refs:wx (Results 1 – 3 of 3) sorted by relevance

/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
DBlend.h101 void FrameToMosaic(double trs[3][3], double x, double y, double &wx, double &wy);
102 void MosaicToFrame(double trs[3][3], double x, double y, double &wx, double &wy);
DBlend.cpp1052 void Blend::MosaicToFrame(double trs[3][3], double x, double y, double &wx, double &wy) in MosaicToFrame() argument
1081 wx = ProjX(trs, X, Y, z, 1.0); in MosaicToFrame()
1085 void Blend::FrameToMosaic(double trs[3][3], double x, double y, double &wx, double &wy) in FrameToMosaic() argument
1095 wx = X; in FrameToMosaic()
1105 wx = alpha * m_wb.width * m_wb.direction; in FrameToMosaic()
1116 wx = (length - m_wb.radius) * m_wb.direction + alpha * m_wb.correction; in FrameToMosaic()
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
Ddb_feature_matching.cpp2790 double xd[2],wx[2]; in db_FillBucketsPrewarped_f() local
2799 db_ImageHomographyInhomogenous(wx,H,xd); in db_FillBucketsPrewarped_f()
2800 wxi=(int) wx[0]; in db_FillBucketsPrewarped_f()
2801 wyi=(int) wx[1]; in db_FillBucketsPrewarped_f()
2834 double xd[2],wx[2]; in db_FillBucketsPrewarped_u() local
2843 db_ImageHomographyInhomogenous(wx,H,xd); in db_FillBucketsPrewarped_u()
2844 wxi=(int) wx[0]; in db_FillBucketsPrewarped_u()
2845 wyi=(int) wx[1]; in db_FillBucketsPrewarped_u()
2881 double xd[2],wx[2]; in db_FillBucketsPrewarpedAffine_u() local
2890 db_ImageHomographyInhomogenous(wx,H,xd); in db_FillBucketsPrewarpedAffine_u()
[all …]