Searched refs:y_temp (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Camera/jni/feature_stab/db_vlvm/ |
D | db_feature_detection.cpp | 1424 …int left,int top,int right,int bottom,float threshold,double *x_temp,double *y_temp,double *s_temp) in db_CornersFromChunk() argument 1442 y_temp[nr]=(double) i; in db_CornersFromChunk() 1501 double *x_temp,*y_temp,*s_temp,*select_temp; in db_ExtractCornersSaturated() local 1510 y_temp=x_temp+bwbh; in db_ExtractCornersSaturated() 1511 s_temp=y_temp+bwbh; in db_ExtractCornersSaturated() 1537 nr=db_CornersFromChunk(strength,x,y,last_x,last_y,threshold,x_temp,y_temp,s_temp); in db_ExtractCornersSaturated() 1549 … db_SubPixel(strength, x_temp[i], y_temp[i], x_coord[nr_points], y_coord[nr_points]); in db_ExtractCornersSaturated() 1552 y_coord[nr_points]=y_temp[i]; in db_ExtractCornersSaturated()
|
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
D | db_feature_detection.cpp | 1424 …int left,int top,int right,int bottom,float threshold,double *x_temp,double *y_temp,double *s_temp) in db_CornersFromChunk() argument 1442 y_temp[nr]=(double) i; in db_CornersFromChunk() 1501 double *x_temp,*y_temp,*s_temp,*select_temp; in db_ExtractCornersSaturated() local 1510 y_temp=x_temp+bwbh; in db_ExtractCornersSaturated() 1511 s_temp=y_temp+bwbh; in db_ExtractCornersSaturated() 1537 nr=db_CornersFromChunk(strength,x,y,last_x,last_y,threshold,x_temp,y_temp,s_temp); in db_ExtractCornersSaturated() 1549 … db_SubPixel(strength, x_temp[i], y_temp[i], x_coord[nr_points], y_coord[nr_points]); in db_ExtractCornersSaturated() 1552 y_coord[nr_points]=y_temp[i]; in db_ExtractCornersSaturated()
|