HomeSort by relevance Sort by last modified time
    Searched refs:BorderExpand (Results 1 - 3 of 3) sorted by null

  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Pyramid.h 49 static int BorderExpand(PyramidShort *pyr, int nlev, int mode);
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))
632 if (!PyramidShort::BorderExpand(m_pMosaicYPyr, m_wb.nlevs, 1) || !PyramidShort::BorderExpand(m_pMosaicUPyr, m_wb.nlevsC, 1) ||
633 !PyramidShort::BorderExpand(m_pMosaicVPyr, m_wb.nlevsC, 1))
635 LOGE("Error: Could not BorderExpand!");
    [all...]
Pyramid.cpp 180 int PyramidShort::BorderExpand(PyramidShort *pyr, int nlev, int mode)

Completed in 82 milliseconds