Searched refs:db_IxIyRow_u (Results 1 – 1 of 1) sorted by relevance
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
D | db_feature_detection.cpp | 84 inline void db_IxIyRow_u(int *dxx,const unsigned char * const *img,int i,int j,int nc) in db_IxIyRow_u() function 679 for(i=top-2;i<top+2;i++) db_IxIyRow_u(Ixx[i%5],img,i,left-2,nc); in db_HarrisStrengthChunk_u() 685 db_IxIyRow_u(Ixx[(i+2)%5],img,(i+2),left-2,nc); in db_HarrisStrengthChunk_u()
|