Searched defs:PyramidShort (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Camera/jni/feature_mos/src/mosaic/
H A DPyramid.h29 class PyramidShort class
40 static PyramidShort *allocatePyramidPacked(real width, real height, real levels, real border = 0);
41 static PyramidShort *allocateImage(real width, real height, real border);
42 static void createPyramid(ImageType image, PyramidShort *pyramid, int last = 3 );
43 static void freeImage(PyramidShort *image);
47 static void BorderSpread(PyramidShort *pyr, int left, int right, int top, int bot);
48 static void BorderExpandOdd(PyramidShort *in, PyramidShort *out, PyramidShort *scr, int mode);
49 static int BorderExpand(PyramidShort *py
[all...]
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
H A DPyramid.h29 class PyramidShort class
40 static PyramidShort *allocatePyramidPacked(real width, real height, real levels, real border = 0);
41 static PyramidShort *allocateImage(real width, real height, real border);
42 static void createPyramid(ImageType image, PyramidShort *pyramid, int last = 3 );
43 static void freeImage(PyramidShort *image);
47 static void BorderSpread(PyramidShort *pyr, int left, int right, int top, int bot);
48 static void BorderExpandOdd(PyramidShort *in, PyramidShort *out, PyramidShort *scr, int mode);
49 static int BorderExpand(PyramidShort *py
[all...]

Completed in 25 milliseconds