Home
last modified time | relevance | path

Searched defs:img (Results 1 – 10 of 10) sorted by relevance

/packages/apps/Camera/jni/feature_stab/db_vlvm/
Ddb_utilities.cpp26 float **img; in db_SetupImageReferences_f() local
39 unsigned char **img; in db_SetupImageReferences_u() local
52 float **img,*im; in db_AllocImage_f() local
62 unsigned char **img,*im; in db_AllocImage_u() local
70 void db_FreeImage_f(float **img,int h) in db_FreeImage_f()
76 void db_FreeImage_u(unsigned char **img,int h) in db_FreeImage_u()
Ddb_feature_detection.cpp38 float **img,*aim,*p; in db_AllocStrengthImage_f() local
63 void db_FreeStrengthImage_f(float *im,float **img,int h) in db_FreeStrengthImage_f()
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()
84 inline void db_IxIyRow_u(int *dxx,const unsigned char * const *img,int i,int j,int nc) in db_IxIyRow_u()
616 inline void db_HarrisStrengthChunk_f(float **s,const float * const *img,int left,int top,int right,… in db_HarrisStrengthChunk_f()
659 inline void db_HarrisStrengthChunk_u(float **s,const unsigned char * const *img,int left,int top,in… in db_HarrisStrengthChunk_u()
700 void db_HarrisStrength_f(float **s,const float * const *img,int w,int h, in db_HarrisStrength_f()
724 void db_HarrisStrength_u(float **s, const unsigned char * const *img,int w,int h, in db_HarrisStrength_u()
1056 float db_MaxImage_Aligned16_f(float **img,int left,int top,int w,int h) in db_MaxImage_Aligned16_f()
1629 void db_CornerDetector_f::DetectCorners(const float * const *img,double *x_coord,double *y_coord,in… in DetectCorners() argument
[all …]
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
Ddb_utilities.cpp26 float **img; in db_SetupImageReferences_f() local
39 unsigned char **img; in db_SetupImageReferences_u() local
52 float **img,*im; in db_AllocImage_f() local
62 unsigned char **img,*im; in db_AllocImage_u() local
70 void db_FreeImage_f(float **img,int h) in db_FreeImage_f()
76 void db_FreeImage_u(unsigned char **img,int h) in db_FreeImage_u()
Ddb_feature_detection.cpp38 float **img,*aim,*p; in db_AllocStrengthImage_f() local
63 void db_FreeStrengthImage_f(float *im,float **img,int h) in db_FreeStrengthImage_f()
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()
84 inline void db_IxIyRow_u(int *dxx,const unsigned char * const *img,int i,int j,int nc) in db_IxIyRow_u()
616 inline void db_HarrisStrengthChunk_f(float **s,const float * const *img,int left,int top,int right,… in db_HarrisStrengthChunk_f()
659 inline void db_HarrisStrengthChunk_u(float **s,const unsigned char * const *img,int left,int top,in… in db_HarrisStrengthChunk_u()
700 void db_HarrisStrength_f(float **s,const float * const *img,int w,int h, in db_HarrisStrength_f()
724 void db_HarrisStrength_u(float **s, const unsigned char * const *img,int w,int h, in db_HarrisStrength_u()
1056 float db_MaxImage_Aligned16_f(float **img,int left,int top,int w,int h) in db_MaxImage_Aligned16_f()
1629 void db_CornerDetector_f::DetectCorners(const float * const *img,double *x_coord,double *y_coord,in… in DetectCorners() argument
[all …]
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
DInterp.h46 inline double ciCalc(PyramidShort *img, int xi, int yi, double xfrac, double yfrac) in ciCalc()
DPyramid.cpp33 PyramidShort *img = (PyramidShort *) calloc(sizeof(PyramidShort) * levels in allocatePyramidPacked() local
65 PyramidShort *img = (PyramidShort *) in allocateImage() local
DImageUtils.cpp397 void YUVinfo::mapYUVInfoToImage(YUVinfo *img, unsigned char *position) in mapYUVInfoToImage()
/packages/apps/Camera/jni/feature_mos/src/mosaic/
DInterp.h46 inline double ciCalc(PyramidShort *img, int xi, int yi, double xfrac, double yfrac) in ciCalc()
DPyramid.cpp33 PyramidShort *img = (PyramidShort *) calloc(sizeof(PyramidShort) * levels in allocatePyramidPacked() local
65 PyramidShort *img = (PyramidShort *) in allocateImage() local
DImageUtils.cpp397 void YUVinfo::mapYUVInfoToImage(YUVinfo *img, unsigned char *position) in mapYUVInfoToImage()