Home
last modified time | relevance | path

Searched refs:allocatePyramidPacked (Results 1 – 3 of 3) sorted by relevance

/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
DBlend.cpp64 …m_pFrameYPyr = PyramidShort::allocatePyramidPacked(m_wb.nlevs, (unsigned short) width, (unsigned s… in initialize()
65 …m_pFrameUPyr = PyramidShort::allocatePyramidPacked(m_wb.nlevsC, (unsigned short) (width), (unsigne… in initialize()
66 …m_pFrameVPyr = PyramidShort::allocatePyramidPacked(m_wb.nlevsC, (unsigned short) (width), (unsigne… in initialize()
382 …m_pMosaicYPyr = PyramidShort::allocatePyramidPacked(m_wb.nlevs,(unsigned short)rect.Width(),(unsig… in DoMergeAndBlend()
383 …m_pMosaicUPyr = PyramidShort::allocatePyramidPacked(m_wb.nlevsC,(unsigned short)rect.Width(),(unsi… in DoMergeAndBlend()
384 …m_pMosaicVPyr = PyramidShort::allocatePyramidPacked(m_wb.nlevsC,(unsigned short)rect.Width(),(unsi… in DoMergeAndBlend()
DPyramid.h40 static PyramidShort *allocatePyramidPacked(real width, real height, real levels, real border = 0);
DPyramid.cpp27 PyramidShort *PyramidShort::allocatePyramidPacked(real levels, in allocatePyramidPacked() function in PyramidShort