Searched refs:dptr (Results 1 – 1 of 1) sorted by relevance
802 PyramidShort *dptr = m_pMosaicYPyr; in ComputeMask() local821 r = (r >= dptr->width) ? dptr->width + BORDER - 1 : r + BORDER; in ComputeMask()822 else if (r >= dptr->width + BORDER) in ComputeMask()823 r = dptr->width + BORDER - 1; in ComputeMask()826 t = (t >= dptr->height) ? dptr->height + BORDER - 1 : t + BORDER; in ComputeMask()827 else if (t >= dptr->height + BORDER) in ComputeMask()828 t = dptr->height + BORDER - 1; in ComputeMask()881 PyramidShort *dptr = m_pMosaicYPyr; in ProcessPyramidForThisFrame() local887 … for (int n = m_wb.nlevs; n--; dscale++, dptr++, sptr++, dvptr++, duptr++, svptr++, suptr++, nC--) in ProcessPyramidForThisFrame()905 r = (r >= dptr->width) ? dptr->width + BORDER - 1 : r + BORDER; in ProcessPyramidForThisFrame()[all …]