Searched refs:dptr (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Camera/jni/feature_mos/src/mosaic/ |
D | Blend.cpp | 822 PyramidShort *dptr = m_pMosaicYPyr; in ComputeMask() local 841 r = (r >= dptr->width) ? dptr->width + BORDER - 1 : r + BORDER; in ComputeMask() 842 else if (r >= dptr->width + BORDER) in ComputeMask() 843 r = dptr->width + BORDER - 1; in ComputeMask() 846 t = (t >= dptr->height) ? dptr->height + BORDER - 1 : t + BORDER; in ComputeMask() 847 else if (t >= dptr->height + BORDER) in ComputeMask() 848 t = dptr->height + BORDER - 1; in ComputeMask() 901 PyramidShort *dptr = m_pMosaicYPyr; in ProcessPyramidForThisFrame() local 907 … for (int n = m_wb.nlevs; n--; dscale++, dptr++, sptr++, dvptr++, duptr++, svptr++, suptr++, nC--) in ProcessPyramidForThisFrame() 925 r = (r >= dptr->width) ? dptr->width + BORDER - 1 : r + BORDER; in ProcessPyramidForThisFrame() [all …]
|
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
D | Blend.cpp | 802 PyramidShort *dptr = m_pMosaicYPyr; in ComputeMask() local 821 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() local 887 … 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 …]
|