/development/perftests/panorama/feature_mos/src/mosaic/ |
Pyramid.h | 29 class PyramidShort 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 *pyr, int nlev, int mode) [all...] |
Pyramid.cpp | 27 PyramidShort *PyramidShort::allocatePyramidPacked(real levels, 33 PyramidShort *img = (PyramidShort *) calloc(sizeof(PyramidShort) * levels 38 PyramidShort *curr, *last; 62 PyramidShort *PyramidShort::allocateImage(real width, real height, real border) 65 PyramidShort *img = (PyramidShort *) [all...] |
Blend.h | 81 PyramidShort *m_pFrameYPyr; 82 PyramidShort *m_pFrameUPyr; 83 PyramidShort *m_pFrameVPyr; 85 PyramidShort *m_pMosaicYPyr; 86 PyramidShort *m_pMosaicUPyr; 87 PyramidShort *m_pMosaicVPyr;
|
Interp.h | 46 inline double ciCalc(PyramidShort *img, int xi, int yi, double xfrac, double yfrac)
|
Blend.cpp | 61 m_pFrameYPyr = PyramidShort::allocatePyramidPacked(m_wb.nlevs, (unsigned short) width, (unsigned short) height, BORDER); 62 m_pFrameUPyr = PyramidShort::allocatePyramidPacked(m_wb.nlevsC, (unsigned short) (width), (unsigned short) (height), BORDER); 63 m_pFrameVPyr = PyramidShort::allocatePyramidPacked(m_wb.nlevsC, (unsigned short) (width), (unsigned short) (height), BORDER); 343 PyramidShort::BorderSpread(m_pFrameYPyr, BORDER, BORDER, BORDER, BORDER); 344 PyramidShort::BorderSpread(m_pFrameUPyr, BORDER, BORDER, BORDER, BORDER); 345 PyramidShort::BorderSpread(m_pFrameVPyr, BORDER, BORDER, BORDER, BORDER); 348 if (!PyramidShort::BorderReduce(m_pFrameYPyr, m_wb.nlevs) || !PyramidShort::BorderExpand(m_pFrameYPyr, m_wb.nlevs, -1) || 349 !PyramidShort::BorderReduce(m_pFrameUPyr, m_wb.nlevsC) || !PyramidShort::BorderExpand(m_pFrameUPyr, m_wb.nlevsC, -1) | [all...] |
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
Pyramid.h | 29 class PyramidShort 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 *pyr, int nlev, int mode) [all...] |
Pyramid.cpp | 27 PyramidShort *PyramidShort::allocatePyramidPacked(real levels, 33 PyramidShort *img = (PyramidShort *) calloc(sizeof(PyramidShort) * levels 38 PyramidShort *curr, *last; 62 PyramidShort *PyramidShort::allocateImage(real width, real height, real border) 65 PyramidShort *img = (PyramidShort *) [all...] |
Blend.h | 81 PyramidShort *m_pFrameYPyr; 82 PyramidShort *m_pFrameUPyr; 83 PyramidShort *m_pFrameVPyr; 85 PyramidShort *m_pMosaicYPyr; 86 PyramidShort *m_pMosaicUPyr; 87 PyramidShort *m_pMosaicVPyr;
|
Interp.h | 46 inline double ciCalc(PyramidShort *img, int xi, int yi, double xfrac, double yfrac)
|
Blend.cpp | 64 m_pFrameYPyr = PyramidShort::allocatePyramidPacked(m_wb.nlevs, (unsigned short) width, (unsigned short) height, BORDER); 65 m_pFrameUPyr = PyramidShort::allocatePyramidPacked(m_wb.nlevsC, (unsigned short) (width), (unsigned short) (height), BORDER); 66 m_pFrameVPyr = PyramidShort::allocatePyramidPacked(m_wb.nlevsC, (unsigned short) (width), (unsigned short) (height), BORDER); 356 PyramidShort::BorderSpread(m_pFrameYPyr, BORDER, BORDER, BORDER, BORDER); 357 PyramidShort::BorderSpread(m_pFrameUPyr, BORDER, BORDER, BORDER, BORDER); 358 PyramidShort::BorderSpread(m_pFrameVPyr, BORDER, BORDER, BORDER, BORDER); 361 if (!PyramidShort::BorderReduce(m_pFrameYPyr, m_wb.nlevs) || !PyramidShort::BorderExpand(m_pFrameYPyr, m_wb.nlevs, -1) || 362 !PyramidShort::BorderReduce(m_pFrameUPyr, m_wb.nlevsC) || !PyramidShort::BorderExpand(m_pFrameUPyr, m_wb.nlevsC, -1) | [all...] |