Searched defs:chunk_width (Results 1 – 1 of 1) sorted by relevance
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
D | db_feature_detection.cpp | 71 inline void db_IxIyRow_f(float *Ix,float *Iy,const float * const *img,int i,int j,int chunk_width) in db_IxIyRow_f() 216 inline void db_gxx_gxy_gyy_row_f(float *gxx,float *gxy,float *gyy,int chunk_width, in db_gxx_gxy_gyy_row_f() 365 …oid db_HarrisStrength_row_f(float **s,float *gxx,float *gxy,float *gyy,int i,int j,int chunk_width) in db_HarrisStrength_row_f() 623 int i,chunk_width,chunk_width_p4; in db_HarrisStrengthChunk_f() local 704 int chunk_width) in db_HarrisStrength_f()
|