Home
last modified time | relevance | path

Searched refs:dptr (Results 1 – 1 of 1) sorted by relevance

/development/perftests/panorama/feature_mos/src/mosaic/
DBlend.cpp804 PyramidShort *dptr = m_pMosaicYPyr; in ComputeMask() local
823 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() local
889 … 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 …]