Searched refs:nlev (Results 1 – 2 of 2) sorted by relevance
49 static int BorderExpand(PyramidShort *pyr, int nlev, int mode);50 static int BorderReduce(PyramidShort *pyr, int nlev);
186 int PyramidShort::BorderExpand(PyramidShort *pyr, int nlev, int mode) in BorderExpand() argument188 PyramidShort *tpyr = pyr + nlev - 1; in BorderExpand()254 int PyramidShort::BorderReduce(PyramidShort *pyr, int nlev) in BorderReduce() argument261 while (--nlev) { in BorderReduce()