Home | History | Annotate | Download | only in db_vlvm

Lines Matching refs:x_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)
1441 x_temp[nr]=(double) j;
1501 double *x_temp,*y_temp,*s_temp,*select_temp;
1509 x_temp=temp_d;
1510 y_temp=x_temp+bwbh;
1537 nr=db_CornersFromChunk(strength,x,y,last_x,last_y,threshold,x_temp,y_temp,s_temp);
1549 db_SubPixel(strength, x_temp[i], y_temp[i], x_coord[nr_points], y_coord[nr_points]);
1551 x_coord[nr_points]=x_temp[i];