OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PyramidShort
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Camera/jni/feature_mos/src/mosaic/
Pyramid.h
29
class
PyramidShort
40
static
PyramidShort
*allocatePyramidPacked(real width, real height, real levels, real border = 0);
41
static
PyramidShort
*allocateImage(real width, real height, real border);
42
static void createPyramid(ImageType image,
PyramidShort
*pyramid, int last = 3 );
43
static void freeImage(
PyramidShort
*image);
47
static void BorderSpread(
PyramidShort
*pyr, int left, int right, int top, int bot);
48
static void BorderExpandOdd(
PyramidShort
*in,
PyramidShort
*out,
PyramidShort
*scr, int mode);
49
static int BorderExpand(
PyramidShort
*pyr, int nlev, int mode)
[
all
...]
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Pyramid.h
29
class
PyramidShort
40
static
PyramidShort
*allocatePyramidPacked(real width, real height, real levels, real border = 0);
41
static
PyramidShort
*allocateImage(real width, real height, real border);
42
static void createPyramid(ImageType image,
PyramidShort
*pyramid, int last = 3 );
43
static void freeImage(
PyramidShort
*image);
47
static void BorderSpread(
PyramidShort
*pyr, int left, int right, int top, int bot);
48
static void BorderExpandOdd(
PyramidShort
*in,
PyramidShort
*out,
PyramidShort
*scr, int mode);
49
static int BorderExpand(
PyramidShort
*pyr, int nlev, int mode)
[
all
...]
Completed in 104 milliseconds