Searched refs:pyr (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Camera/jni/feature_mos/src/mosaic/
H A DPyramid.cpp112 void PyramidShort::BorderSpread(PyramidShort *pyr, int left, int right, argument
119 off = pyr->border - left;
120 off2 = pyr->width + off + pyr->border - right - 1;
121 h = pyr->border - top;
122 height = pyr->height + (h << 1);
123 base = pyr->ptr[-h] - off;
126 for (h = height; h--; base += pyr->pitch) {
136 base = pyr->ptr[top - pyr
180 BorderExpand(PyramidShort *pyr, int nlev, int mode) argument
248 BorderReduce(PyramidShort *pyr, int nlev) argument
[all...]
H A DPyramid.h47 static void BorderSpread(PyramidShort *pyr, int left, int right, int top, int bot);
49 static int BorderExpand(PyramidShort *pyr, int nlev, int mode);
50 static int BorderReduce(PyramidShort *pyr, int nlev);

Completed in 49 milliseconds