Searched defs:sptr (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Camera/jni/feature_mos/src/mosaic/
H A DBlend.cpp897 PyramidShort *sptr = m_pFrameYPyr; local
907 for (int n = m_wb.nlevs; n--; dscale++, dptr++, sptr++, dvptr++, duptr++, svptr++, suptr++, nC--)
1006 if(inSegment(x1, sptr->width, BORDER-1) &&
1007 inSegment(y1, sptr->height, BORDER-1))
1012 wt1 * ciCalc(sptr, x1, y1, xfrac, yfrac));
1022 if(inSegment(x1, sptr->width, BORDER) && inSegment(y1, sptr->height, BORDER))
1028 double y1val = sptr->ptr[y1][x1] +
1029 (sptr->ptr[y1][x2] - sptr
[all...]
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
H A DBlend.cpp877 PyramidShort *sptr = m_pFrameYPyr; local
887 for (int n = m_wb.nlevs; n--; dscale++, dptr++, sptr++, dvptr++, duptr++, svptr++, suptr++, nC--)
986 if(inSegment(x1, sptr->width, BORDER-1) &&
987 inSegment(y1, sptr->height, BORDER-1))
992 wt1 * ciCalc(sptr, x1, y1, xfrac, yfrac));
1002 if(inSegment(x1, sptr->width, BORDER) && inSegment(y1, sptr->height, BORDER))
1008 double y1val = sptr->ptr[y1][x1] +
1009 (sptr->ptr[y1][x2] - sptr
[all...]

Completed in 15 milliseconds