Home | History | Annotate | Download | only in mosaic

Lines Matching refs:sptr

897     PyramidShort *sptr = m_pFrameYPyr;
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->ptr[y1][x1]) * xfrac;
1030 double y2val = sptr->ptr[y2][x1] +
1031 (sptr->ptr[y2][x2] - sptr->ptr[y2][x1]) * xfrac;
1054 clipToSegment(x1, sptr->width, BORDER);
1055 clipToSegment(y1, sptr->height, BORDER);
1058 wt1 * sptr->ptr[y1][x1] );