Searched defs:f_correction (Results 1 - 1 of 1) sorted by relevance

/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
H A Ddb_utilities_camera.cpp29 void db_Approx3DCalMat(double K[9],double Kinv[9],int im_width,int im_height,double f_correction,int field) argument
39 K[0]=f_correction*av_size;
43 K[4]=f_correction*av_size/field_fact;

Completed in 54 milliseconds