Home | History | Annotate | Download | only in mosaic

Lines Matching refs:suptr

898     PyramidShort *suptr = m_pFrameUPyr;
907 for (int n = m_wb.nlevs; n--; dscale++, dptr++, sptr++, dvptr++, duptr++, svptr++, suptr++, nC--)
1016 wt1 * ciCalc(suptr, x1, y1, xfrac, yfrac));
1036 y1val = suptr->ptr[y1][x1] +
1037 (suptr->ptr[y1][x2] - suptr->ptr[y1][x1]) * xfrac;
1038 y2val = suptr->ptr[y2][x1] +
1039 (suptr->ptr[y2][x2] - suptr->ptr[y2][x1]) * xfrac;
1064 0.5 + wt1 * suptr->ptr[y1][x1] );