Home
last modified time | relevance | path

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

/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
Ddb_metrics.h168 double xh,yh,zh,mult,mult2,xh_mult2,yh_mult2; in db_DerivativeInhomHomographyError() local
192 xh_mult2=xh*mult2; in db_DerivativeInhomHomographyError()
200 Jf_dx[6]=x[0]*xh_mult2; in db_DerivativeInhomHomographyError()
201 Jf_dx[7]=x[1]*xh_mult2; in db_DerivativeInhomHomographyError()
202 Jf_dx[8]=xh_mult2; in db_DerivativeInhomHomographyError()
258 double xh,yh,zh,mult,mult2,xh_mult2,yh_mult2; in db_DerivativeInhomRotationReprojection() local
283 xh_mult2=xh*mult2; in db_DerivativeInhomRotationReprojection()
285 Jf_dx[0]= 1.0+xh*xh_mult2; in db_DerivativeInhomRotationReprojection()
286 Jf_dx[1]= -yh*xh_mult2; in db_DerivativeInhomRotationReprojection()