OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_pFrameYPyr
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Camera/jni/feature_mos/src/mosaic/
Blend.h
81
PyramidShort *
m_pFrameYPyr
;
Blend.cpp
41
if (
m_pFrameYPyr
) free(
m_pFrameYPyr
);
60
m_pFrameYPyr
= NULL;
64
m_pFrameYPyr
= PyramidShort::allocatePyramidPacked(m_wb.nlevs, (unsigned short) width, (unsigned short) height, BORDER);
68
if (!
m_pFrameYPyr
|| !m_pFrameUPyr || !m_pFrameVPyr)
343
ImageTypeShort yptr =
m_pFrameYPyr
->ptr[h];
356
PyramidShort::BorderSpread(
m_pFrameYPyr
, BORDER, BORDER, BORDER, BORDER);
361
if (!PyramidShort::BorderReduce(
m_pFrameYPyr
, m_wb.nlevs) || !PyramidShort::BorderExpand(
m_pFrameYPyr
, m_wb.nlevs, -1) ||
877
PyramidShort *sptr =
m_pFrameYPyr
;
[
all
...]
Completed in 17 milliseconds