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

  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_feature_detection.cpp 84 inline void db_IxIyRow_u(int *dxx,const unsigned char * const *img,int i,int j,int nc)
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);
    [all...]
  /packages/apps/Camera2/jni/feature_stab/db_vlvm/
db_feature_detection.cpp 84 inline void db_IxIyRow_u(int *dxx,const unsigned char * const *img,int i,int j,int nc)
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);
    [all...]
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_feature_detection.cpp 84 inline void db_IxIyRow_u(int *dxx,const unsigned char * const *img,int i,int j,int nc)
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);
    [all...]

Completed in 125 milliseconds