Searched refs:db_Multiply3x3_3x3 (Results 1 – 4 of 4) sorted by relevance
/development/perftests/panorama/feature_stab/db_vlvm/ |
D | db_utilities_camera.h | 151 db_Multiply3x3_3x3(R_p_dx,R_temp,R); in db_UpdateRotation() 322 db_Multiply3x3_3x3(H_p_dx,dR,R); in db_UpdateRotFocalHomography()
|
D | db_utilities.h | 328 inline void db_Multiply3x3_3x3(double C[9], const double A[9],const double B[9]) in db_Multiply3x3_3x3() function
|
D | db_rob_image_homography.cpp | 1076 db_Multiply3x3_3x3(H_temp2,H_temp,K_inv); in db_RobImageHomography() 1077 db_Multiply3x3_3x3(H,Kp,H_temp2); in db_RobImageHomography()
|
/development/perftests/panorama/feature_stab/src/dbreg/ |
D | dbreg.cpp | 255 db_Multiply3x3_3x3(temp,m_H_dref_to_ref,m_H_ref_to_ins); in UpdateReference() 317 db_Multiply3x3_3x3(H,m_H_dref_to_ref,m_H_ref_to_ins); in Get_H_dref_to_ins() 326 …db_Multiply3x3_3x3(m_H_dref_to_ref,H,H_ins_to_ref); // Update dref to ref using the input H from d… in Set_H_dref_to_ins()
|