Searched refs:db_IxIyRow_u (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Camera/jni/feature_stab/db_vlvm/
H A Ddb_feature_detection.cpp84 inline void db_IxIyRow_u(int *dxx,const unsigned char * const *img,int i,int j,int nc) function
679 for(i=top-2;i<top+2;i++) db_IxIyRow_u(Ixx[i%5],img,i,left-2,nc);
685 db_IxIyRow_u(Ixx[(i+2)%5],img,(i+2),left-2,nc);
/packages/apps/Camera2/jni/feature_stab/db_vlvm/
H A Ddb_feature_detection.cpp84 inline void db_IxIyRow_u(int *dxx,const unsigned char * const *img,int i,int j,int nc) function
679 for(i=top-2;i<top+2;i++) db_IxIyRow_u(Ixx[i%5],img,i,left-2,nc);
685 db_IxIyRow_u(Ixx[(i+2)%5],img,(i+2),left-2,nc);
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
H A Ddb_feature_detection.cpp84 inline void db_IxIyRow_u(int *dxx,const unsigned char * const *img,int i,int j,int nc) function
679 for(i=top-2;i<top+2;i++) db_IxIyRow_u(Ixx[i%5],img,i,left-2,nc);
685 db_IxIyRow_u(Ixx[(i+2)%5],img,(i+2),left-2,nc);

Completed in 47 milliseconds