OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allocatePyramidPacked
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Camera/jni/feature_mos/src/mosaic/
Pyramid.h
40
static PyramidShort *
allocatePyramidPacked
(real width, real height, real levels, real border = 0);
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);
382
m_pMosaicYPyr = PyramidShort::
allocatePyramidPacked
(m_wb.nlevs,(unsigned short)rect.Width(),(unsigned short)rect.Height(),BORDER);
383
m_pMosaicUPyr = PyramidShort::
allocatePyramidPacked
(m_wb.nlevsC,(unsigned short)rect.Width(),(unsigned short)rect.Height(),BORDER);
384
m_pMosaicVPyr = PyramidShort::
allocatePyramidPacked
(m_wb.nlevsC,(unsigned short)rect.Width(),(unsigned short)rect.Height(),BORDER);
[
all
...]
Pyramid.cpp
27
PyramidShort *PyramidShort::
allocatePyramidPacked
(real levels,
Completed in 34 milliseconds