Searched refs:allocatePyramidPacked (Results 1 – 3 of 3) sorted by relevance
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
D | Blend.cpp | 64 …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()
|
D | Pyramid.h | 40 static PyramidShort *allocatePyramidPacked(real width, real height, real levels, real border = 0);
|
D | Pyramid.cpp | 27 PyramidShort *PyramidShort::allocatePyramidPacked(real levels, in allocatePyramidPacked() function in PyramidShort
|