Searched refs:BorderExpandOdd (Results 1 – 2 of 2) sorted by relevance
/development/perftests/panorama/feature_mos/src/mosaic/ |
D | Pyramid.h | 48 static void BorderExpandOdd(PyramidShort *in, PyramidShort *out, PyramidShort *scr, int mode);
|
D | Pyramid.cpp | 148 void PyramidShort::BorderExpandOdd(PyramidShort *in, PyramidShort *out, PyramidShort *scr, in BorderExpandOdd() function in PyramidShort 197 BorderExpandOdd(tpyr, tpyr - 1, scr, 1); in BorderExpand() 205 BorderExpandOdd(pyr, pyr - 1, scr, -1); in BorderExpand()
|