Searched refs:dptr (Results 1 – 1 of 1) sorted by relevance
804 PyramidShort *dptr = m_pMosaicYPyr; in ComputeMask() local823 r = (r >= dptr->width) ? dptr->width + BORDER - 1 : r + BORDER; in ComputeMask()824 else if (r >= dptr->width + BORDER) in ComputeMask()825 r = dptr->width + BORDER - 1; in ComputeMask()828 t = (t >= dptr->height) ? dptr->height + BORDER - 1 : t + BORDER; in ComputeMask()829 else if (t >= dptr->height + BORDER) in ComputeMask()830 t = dptr->height + BORDER - 1; in ComputeMask()883 PyramidShort *dptr = m_pMosaicYPyr; in ProcessPyramidForThisFrame() local889 … for (int n = m_wb.nlevs; n--; dscale++, dptr++, sptr++, dvptr++, duptr++, svptr++, suptr++, nC--) in ProcessPyramidForThisFrame()907 r = (r >= dptr->width) ? dptr->width + BORDER - 1 : r + BORDER; in ProcessPyramidForThisFrame()[all …]