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