Searched defs:nlev (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Camera/jni/feature_mos/src/mosaic/
H A DPyramid.cpp186 int PyramidShort::BorderExpand(PyramidShort *pyr, int nlev, int mode) argument
188 PyramidShort *tpyr = pyr + nlev - 1;
254 int PyramidShort::BorderReduce(PyramidShort *pyr, int nlev) argument
261 while (--nlev) {
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
H A DPyramid.cpp180 int PyramidShort::BorderExpand(PyramidShort *pyr, int nlev, int mode) argument
182 PyramidShort *tpyr = pyr + nlev - 1;
248 int PyramidShort::BorderReduce(PyramidShort *pyr, int nlev) argument
255 while (--nlev) {

Completed in 24 milliseconds