Home
last modified time | relevance | path

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

/development/perftests/panorama/feature_mos/src/mosaic/
DPyramid.h49 static int BorderExpand(PyramidShort *pyr, int nlev, int mode);
50 static int BorderReduce(PyramidShort *pyr, int nlev);
DPyramid.cpp186 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()