Home | History | Annotate | Download | only in mosaic

Lines Matching defs:sptr

877     PyramidShort *sptr = m_pFrameYPyr;
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->ptr[y1][x1]) * xfrac;
1010 double y2val = sptr->ptr[y2][x1] +
1011 (sptr->ptr[y2][x2] - sptr->ptr[y2][x1]) * xfrac;
1034 clipToSegment(x1, sptr->width, BORDER);
1035 clipToSegment(y1, sptr->height, BORDER);
1038 wt1 * sptr->ptr[y1][x1] );