HomeSort by relevance Sort by last modified time
    Searched refs:chunk_width (Results 1 - 2 of 2) sorted by null

  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_feature_detection.cpp 69 /*Compute derivatives Ix,Iy for a subrow of img with upper left (i,j) and width chunk_width
71 inline void db_IxIyRow_f(float *Ix,float *Iy,const float * const *img,int i,int j,int chunk_width)
75 for(c=0;c<chunk_width;c++)
215 /*Filter vertically five rows of derivatives of length chunk_width into gxx,gxy,gyy*/
216 inline void db_gxx_gxy_gyy_row_f(float *gxx,float *gxy,float *gyy,int chunk_width,
224 for(c=0;c<chunk_width;c++)
363 and with width chunk_width. gxx,gxy and gyy are assumed to be four pixels wider than chunk_width
365 inline void db_HarrisStrength_row_f(float **s,float *gxx,float *gxy,float *gyy,int i,int j,int chunk_width)
370 for(c=0;c<chunk_width;c++
623 int i,chunk_width,chunk_width_p4; local
    [all...]
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_feature_detection.cpp 69 /*Compute derivatives Ix,Iy for a subrow of img with upper left (i,j) and width chunk_width
71 inline void db_IxIyRow_f(float *Ix,float *Iy,const float * const *img,int i,int j,int chunk_width)
75 for(c=0;c<chunk_width;c++)
215 /*Filter vertically five rows of derivatives of length chunk_width into gxx,gxy,gyy*/
216 inline void db_gxx_gxy_gyy_row_f(float *gxx,float *gxy,float *gyy,int chunk_width,
224 for(c=0;c<chunk_width;c++)
363 and with width chunk_width. gxx,gxy and gyy are assumed to be four pixels wider than chunk_width
365 inline void db_HarrisStrength_row_f(float **s,float *gxx,float *gxy,float *gyy,int i,int j,int chunk_width)
370 for(c=0;c<chunk_width;c++
623 int i,chunk_width,chunk_width_p4; local
    [all...]

Completed in 133 milliseconds