Searched refs:BorderExpandOdd (Results 1 – 2 of 2) sorted by relevance
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
D | Pyramid.cpp | 148 void PyramidShort::BorderExpandOdd(PyramidShort *in, PyramidShort *out, PyramidShort *scr, in BorderExpandOdd() function in PyramidShort 191 BorderExpandOdd(tpyr, tpyr - 1, scr, 1); in BorderExpand() 199 BorderExpandOdd(pyr, pyr - 1, scr, -1); in BorderExpand()
|
D | Pyramid.h | 48 static void BorderExpandOdd(PyramidShort *in, PyramidShort *out, PyramidShort *scr, int mode);
|