Home | History | Annotate | Download | only in db_vlvm

Lines Matching refs:s_temp

1422 /*Extract corners from the chunk (left,top) to (right,bottom). Store in x_temp,y_temp and s_temp
1424 inline int db_CornersFromChunk(float **strength,int left,int top,int right,int bottom,float threshold,double *x_temp,double *y_temp,double *s_temp)
1443 s_temp[nr]=(double) s;
1501 double *x_temp,*y_temp,*s_temp,*select_temp;
1511 s_temp=y_temp+bwbh;
1512 select_temp=s_temp+bwbh;
1537 nr=db_CornersFromChunk(strength,x,y,last_x,last_y,threshold,x_temp,y_temp,s_temp);
1540 if(((unsigned long)nr)>saturation) loc_thresh=db_LeanQuickSelect(s_temp,nr,nr-saturation,select_temp);
1546 if(s_temp[i]>=loc_thresh)