Home
last modified time | relevance | path

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

/development/perftests/panorama/feature_mos/src/mosaic/
DPyramid.h40 static PyramidShort *allocatePyramidPacked(real width, real height, real levels, real border = 0);
DBlend.cpp61 …m_pFrameYPyr = PyramidShort::allocatePyramidPacked(m_wb.nlevs, (unsigned short) width, (unsigned s… in initialize()
62 …m_pFrameUPyr = PyramidShort::allocatePyramidPacked(m_wb.nlevsC, (unsigned short) (width), (unsigne… in initialize()
63 …m_pFrameVPyr = PyramidShort::allocatePyramidPacked(m_wb.nlevsC, (unsigned short) (width), (unsigne… in initialize()
368 …m_pMosaicYPyr = PyramidShort::allocatePyramidPacked(m_wb.nlevs,(unsigned short)rect.Width(),(unsig… in DoMergeAndBlend()
369 …m_pMosaicUPyr = PyramidShort::allocatePyramidPacked(m_wb.nlevsC,(unsigned short)rect.Width(),(unsi… in DoMergeAndBlend()
370 …m_pMosaicVPyr = PyramidShort::allocatePyramidPacked(m_wb.nlevsC,(unsigned short)rect.Width(),(unsi… in DoMergeAndBlend()
DPyramid.cpp27 PyramidShort *PyramidShort::allocatePyramidPacked(real levels, in allocatePyramidPacked() function in PyramidShort