Searched refs:xm_g (Results 1 – 1 of 1) sorted by relevance
41 int xm_f,xm_g; in db_SignedSquareNormCorr7x7_u() local44 xm_g=x_g-3; in db_SignedSquareNormCorr7x7_u()47 pf=f_img[y_f-3]+xm_f; pg=g_img[y_g-3]+xm_g; in db_SignedSquareNormCorr7x7_u()56 pf=f_img[y_f-2]+xm_f; pg=g_img[y_g-2]+xm_g; in db_SignedSquareNormCorr7x7_u()65 pf=f_img[y_f-1]+xm_f; pg=g_img[y_g-1]+xm_g; in db_SignedSquareNormCorr7x7_u()74 pf=f_img[y_f]+xm_f; pg=g_img[y_g]+xm_g; in db_SignedSquareNormCorr7x7_u()83 pf=f_img[y_f+1]+xm_f; pg=g_img[y_g+1]+xm_g; in db_SignedSquareNormCorr7x7_u()92 pf=f_img[y_f+2]+xm_f; pg=g_img[y_g+2]+xm_g; in db_SignedSquareNormCorr7x7_u()101 pf=f_img[y_f+3]+xm_f; pg=g_img[y_g+3]+xm_g; in db_SignedSquareNormCorr7x7_u()124 int xm_f,xm_g; in db_SignedSquareNormCorr9x9_u() local[all …]