Home | History | Annotate | Download | only in mosaic

Lines Matching refs:dptr

802     PyramidShort *dptr = m_pMosaicYPyr;
821 r = (r >= dptr->width) ? dptr->width + BORDER - 1 : r + BORDER;
822 else if (r >= dptr->width + BORDER)
823 r = dptr->width + BORDER - 1;
826 t = (t >= dptr->height) ? dptr->height + BORDER - 1 : t + BORDER;
827 else if (t >= dptr->height + BORDER)
828 t = dptr->height + BORDER - 1;
881 PyramidShort *dptr = m_pMosaicYPyr;
887 for (int n = m_wb.nlevs; n--; dscale++, dptr++, sptr++, dvptr++, duptr++, svptr++, suptr++, nC--)
905 r = (r >= dptr->width) ? dptr->width + BORDER - 1 : r + BORDER;
906 else if (r >= dptr->width + BORDER)
907 r = dptr->width + BORDER - 1;
910 t = (t >= dptr->height) ? dptr->height + BORDER - 1 : t + BORDER;
911 else if (t >= dptr->height + BORDER)
912 t = dptr->height + BORDER - 1;
991 dptr->ptr[j][i] = (short) (wt0 * dptr->ptr[j][i] + .5 +
1012 dptr->ptr[j][i] = (short) (y1val + yfrac * (y2val - y1val));
1037 dptr->ptr[j][i] = (short) (wt0 * dptr->ptr[j][i] + 0.5 +