Home
last modified time | relevance | path

Searched refs:sptr (Results 1 – 2 of 2) sorted by relevance

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