Home
last modified time | relevance | path

Searched refs:db_Multiply3x3_3x3 (Results 1 – 4 of 4) sorted by relevance

/development/perftests/panorama/feature_stab/db_vlvm/
Ddb_utilities_camera.h151 db_Multiply3x3_3x3(R_p_dx,R_temp,R); in db_UpdateRotation()
322 db_Multiply3x3_3x3(H_p_dx,dR,R); in db_UpdateRotFocalHomography()
Ddb_utilities.h328 inline void db_Multiply3x3_3x3(double C[9], const double A[9],const double B[9]) in db_Multiply3x3_3x3() function
Ddb_rob_image_homography.cpp1076 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/
Ddbreg.cpp255 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()
326db_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()