Home
last modified time | relevance | path

Searched refs:nlev (Results 1 – 2 of 2) sorted by relevance

/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
DPyramid.cpp180 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()
DPyramid.h49 static int BorderExpand(PyramidShort *pyr, int nlev, int mode);
50 static int BorderReduce(PyramidShort *pyr, int nlev);