Home
last modified time | relevance | path

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

/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
Ddb_feature_detection.cpp1424 …int left,int top,int right,int bottom,float threshold,double *x_temp,double *y_temp,double *s_temp) in db_CornersFromChunk() argument
1443 s_temp[nr]=(double) s; in db_CornersFromChunk()
1501 double *x_temp,*y_temp,*s_temp,*select_temp; in db_ExtractCornersSaturated() local
1511 s_temp=y_temp+bwbh; in db_ExtractCornersSaturated()
1512 select_temp=s_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()
1540 …if(((unsigned long)nr)>saturation) loc_thresh=db_LeanQuickSelect(s_temp,nr,nr-saturation,select_te… in db_ExtractCornersSaturated()
1546 if(s_temp[i]>=loc_thresh) in db_ExtractCornersSaturated()