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

/packages/inputmethods/PinyinIME/jni/share/
H A Dsync.cpp106 UserDict::UserDictStat stat; local
107 userdict_->state(&stat);
108 return stat.limit_lemma_count - stat.lemma_count;
/packages/apps/Camera/jni/feature_stab/db_vlvm/
H A Ddb_rob_image_homography.cpp74 inline double db_RobImageHomography_Statistics(double H[9],int point_count,double *x_i,double *xp_i,double one_over_scale2,db_Statistics *stat,double thresh=DB_OUTLIER_THRESHOLD) argument
90 if(stat)
92 stat->nr_points=point_count;
93 stat->one_over_scale2=one_over_scale2;
94 stat->nr_inliers=i;
95 stat->inlier_fraction=frac;
97 stat->cost=db_RobImageHomography_Cost(H,point_count,x_i,xp_i,one_over_scale2);
98 stat->model_dimension=0;
99 /*stat->nr_parameters=;*/
101 stat
623 db_RobImageHomography( double H[9], double *im, double *im_p, int nr_points, double K[9], double Kp[9], double *temp_d, int *temp_i, int homography_type, db_Statistics *stat, int max_iterations, int max_points, double scale, int nr_samples, int chunk_size, int outlierremoveflagE, double *wp, double *im_r, double *im_raw, double *im_raw_p, int *finalNumE) argument
[all...]

Completed in 98 milliseconds