Home | History | Annotate | Download | only in mosaic

Lines Matching refs:dptr

822     PyramidShort *dptr = m_pMosaicYPyr;
841 r = (r >= dptr->width) ? dptr->width + BORDER - 1 : r + BORDER;
842 else if (r >= dptr->width + BORDER)
843 r = dptr->width + BORDER - 1;
846 t = (t >= dptr->height) ? dptr->height + BORDER - 1 : t + BORDER;
847 else if (t >= dptr->height + BORDER)
848 t = dptr->height + BORDER - 1;
901 PyramidShort *dptr = m_pMosaicYPyr;
907 for (int n = m_wb.nlevs; n--; dscale++, dptr++, sptr++, dvptr++, duptr++, svptr++, suptr++, nC--)
925 r = (r >= dptr->width) ? dptr->width + BORDER - 1 : r + BORDER;
926 else if (r >= dptr->width + BORDER)
927 r = dptr->width + BORDER - 1;
930 t = (t >= dptr->height) ? dptr->height + BORDER - 1 : t + BORDER;
931 else if (t >= dptr->height + BORDER)
932 t = dptr->height + BORDER - 1;
1011 dptr->ptr[j][i] = (short) (wt0 * dptr->ptr[j][i] + .5 +
1032 dptr->ptr[j][i] = (short) (y1val + yfrac * (y2val - y1val));
1057 dptr->ptr[j][i] = (short) (wt0 * dptr->ptr[j][i] + 0.5 +