Searched defs:dptr (Results 1 - 1 of 1) sorted by relevance

/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
H A DBlend.cpp802 PyramidShort *dptr = m_pMosaicYPyr; local
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 local
[all...]

Completed in 36 milliseconds