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

  /development/perftests/panorama/feature_mos/src/mosaic/
Blend.h 83 PyramidShort *m_pFrameVPyr;
Blend.cpp 36 if (m_pFrameVPyr) free(m_pFrameVPyr);
59 m_pFrameVPyr = NULL;
63 m_pFrameVPyr = PyramidShort::allocatePyramidPacked(m_wb.nlevsC, (unsigned short) (width), (unsigned short) (height), BORDER);
65 if (!m_pFrameYPyr || !m_pFrameUPyr || !m_pFrameVPyr)
332 ImageTypeShort vptr = m_pFrameVPyr->ptr[h];
345 PyramidShort::BorderSpread(m_pFrameVPyr, BORDER, BORDER, BORDER, BORDER);
350 !PyramidShort::BorderReduce(m_pFrameVPyr, m_wb.nlevsC) || !PyramidShort::BorderExpand(m_pFrameVPyr, m_wb.nlevsC, -1))
881 PyramidShort *svptr = m_pFrameVPyr;
    [all...]
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Blend.h 83 PyramidShort *m_pFrameVPyr;
Blend.cpp 39 if (m_pFrameVPyr) free(m_pFrameVPyr);
62 m_pFrameVPyr = NULL;
66 m_pFrameVPyr = PyramidShort::allocatePyramidPacked(m_wb.nlevsC, (unsigned short) (width), (unsigned short) (height), BORDER);
68 if (!m_pFrameYPyr || !m_pFrameUPyr || !m_pFrameVPyr)
345 ImageTypeShort vptr = m_pFrameVPyr->ptr[h];
358 PyramidShort::BorderSpread(m_pFrameVPyr, BORDER, BORDER, BORDER, BORDER);
363 !PyramidShort::BorderReduce(m_pFrameVPyr, m_wb.nlevsC) || !PyramidShort::BorderExpand(m_pFrameVPyr, m_wb.nlevsC, -1))
879 PyramidShort *svptr = m_pFrameVPyr;
    [all...]

Completed in 152 milliseconds