Searched defs:y_temp (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Camera/jni/feature_stab/db_vlvm/
H A Ddb_feature_detection.cpp1422 /*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) argument
1442 y_temp[nr]=(double) i;
1501 double *x_temp,*y_temp,*s_temp,*select_temp; local
1510 y_temp=x_temp+bwbh;
1511 s_temp=y_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]);
1552 y_coord[nr_points]=y_temp[i];
/packages/apps/Camera2/jni/feature_stab/db_vlvm/
H A Ddb_feature_detection.cpp1422 /*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) argument
1442 y_temp[nr]=(double) i;
1501 double *x_temp,*y_temp,*s_temp,*select_temp; local
1510 y_temp=x_temp+bwbh;
1511 s_temp=y_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]);
1552 y_coord[nr_points]=y_temp[i];
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
H A Ddb_feature_detection.cpp1422 /*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) argument
1442 y_temp[nr]=(double) i;
1501 double *x_temp,*y_temp,*s_temp,*select_temp; local
1510 y_temp=x_temp+bwbh;
1511 s_temp=y_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]);
1552 y_coord[nr_points]=y_temp[i];

Completed in 50 milliseconds