Searched refs:BorderExpandOdd (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Camera/jni/feature_mos/src/mosaic/ |
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()
|
D | Pyramid.h | 48 static void BorderExpandOdd(PyramidShort *in, PyramidShort *out, PyramidShort *scr, int mode);
|
/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);
|