Searched refs:nlev (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Camera/jni/feature_mos/src/mosaic/ |
D | Pyramid.cpp | 186 int PyramidShort::BorderExpand(PyramidShort *pyr, int nlev, int mode) in BorderExpand() argument 188 PyramidShort *tpyr = pyr + nlev - 1; in BorderExpand() 254 int PyramidShort::BorderReduce(PyramidShort *pyr, int nlev) in BorderReduce() argument 261 while (--nlev) { in BorderReduce()
|
D | Pyramid.h | 49 static int BorderExpand(PyramidShort *pyr, int nlev, int mode); 50 static int BorderReduce(PyramidShort *pyr, int nlev);
|
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
D | Pyramid.cpp | 180 int PyramidShort::BorderExpand(PyramidShort *pyr, int nlev, int mode) in BorderExpand() argument 182 PyramidShort *tpyr = pyr + nlev - 1; in BorderExpand() 248 int PyramidShort::BorderReduce(PyramidShort *pyr, int nlev) in BorderReduce() argument 255 while (--nlev) { in BorderReduce()
|
D | Pyramid.h | 49 static int BorderExpand(PyramidShort *pyr, int nlev, int mode); 50 static int BorderReduce(PyramidShort *pyr, int nlev);
|