Home
last modified time | relevance | path

Searched defs:JE_dx_ref (Results 1 – 1 of 1) sorted by relevance

/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
Ddb_rob_image_homography.cpp299 …uble **JtJ_ref,double *min_Jtf,double **JtJ_temp_ref,double *min_Jtf_temp,double **JE_dx_ref,int n) in db_RobImageHomographyMultiplyJacobian()
311 inline void db_RobImageHomographyJH_Js(double **JE_dx_ref,int j,double H[9]) in db_RobImageHomographyJH_Js()
327 inline void db_RobImageHomographyJH_JR(double **JE_dx_ref,int j,double H[9]) in db_RobImageHomographyJH_JR()
343 inline void db_RobImageHomographyJH_Jt(double **JE_dx_ref,int j,int k,double H[9]) in db_RobImageHomographyJH_Jt()
366 inline void db_RobImageHomographyJH_dRotFocal(double **JE_dx_ref,int j,int k,int l,int m,double H[9… in db_RobImageHomographyJH_dRotFocal()
422 double *JE_dx_ref[9],*JtJ_temp_ref[9]; in db_RobImageHomography_Jacobians_Generic() local