OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BorderReduce
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Camera/jni/feature_mos/src/mosaic/
Pyramid.h
50
static int
BorderReduce
(PyramidShort *pyr, int nlev);
Pyramid.cpp
248
int PyramidShort::
BorderReduce
(PyramidShort *pyr, int nlev)
Blend.cpp
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) ||
363
!PyramidShort::
BorderReduce
(m_pFrameVPyr, m_wb.nlevsC) || !PyramidShort::BorderExpand(m_pFrameVPyr, m_wb.nlevsC, -1))
[
all
...]
Completed in 17 milliseconds