Searched refs:sptr (Results 1 – 1 of 1) sorted by relevance
/development/perftests/panorama/feature_mos/src/mosaic/ |
D | Blend.cpp | 879 PyramidShort *sptr = m_pFrameYPyr; in ProcessPyramidForThisFrame() local 889 … for (int n = m_wb.nlevs; n--; dscale++, dptr++, sptr++, dvptr++, duptr++, svptr++, suptr++, nC--) in ProcessPyramidForThisFrame() 988 if(inSegment(x1, sptr->width, BORDER-1) && in ProcessPyramidForThisFrame() 989 inSegment(y1, sptr->height, BORDER-1)) in ProcessPyramidForThisFrame() 994 wt1 * ciCalc(sptr, x1, y1, xfrac, yfrac)); in ProcessPyramidForThisFrame() 1004 if(inSegment(x1, sptr->width, BORDER) && inSegment(y1, sptr->height, BORDER)) in ProcessPyramidForThisFrame() 1010 double y1val = sptr->ptr[y1][x1] + in ProcessPyramidForThisFrame() 1011 (sptr->ptr[y1][x2] - sptr->ptr[y1][x1]) * xfrac; in ProcessPyramidForThisFrame() 1012 double y2val = sptr->ptr[y2][x1] + in ProcessPyramidForThisFrame() 1013 (sptr->ptr[y2][x2] - sptr->ptr[y2][x1]) * xfrac; in ProcessPyramidForThisFrame() [all …]
|