Home | History | Annotate | Download | only in mosaic

Lines Matching full:svptr

899     PyramidShort *svptr = m_pFrameVPyr;
907 for (int n = m_wb.nlevs; n--; dscale++, dptr++, sptr++, dvptr++, duptr++, svptr++, suptr++, nC--)
1018 wt1 * ciCalc(svptr, x1, y1, xfrac, yfrac));
1043 y1val = svptr->ptr[y1][x1] +
1044 (svptr->ptr[y1][x2] - svptr->ptr[y1][x1]) * xfrac;
1045 y2val = svptr->ptr[y2][x1] +
1046 (svptr->ptr[y2][x2] - svptr->ptr[y2][x1]) * xfrac;
1062 0.5 + wt1 * svptr->ptr[y1][x1] );