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

/packages/apps/Camera/jni/feature_mos/src/mosaic/
H A DBlend.cpp822 PyramidShort *dptr = m_pMosaicYPyr; local
841 r = (r >= dptr->width) ? dptr->width + BORDER - 1 : r + BORDER;
842 else if (r >= dptr->width + BORDER)
843 r = dptr->width + BORDER - 1;
846 t = (t >= dptr->height) ? dptr->height + BORDER - 1 : t + BORDER;
847 else if (t >= dptr->height + BORDER)
848 t = dptr->height + BORDER - 1;
901 PyramidShort *dptr local
[all...]
/packages/apps/Camera2/jni/feature_mos/src/mosaic/
H A DBlend.cpp822 PyramidShort *dptr = m_pMosaicYPyr; local
841 r = (r >= dptr->width) ? dptr->width + BORDER - 1 : r + BORDER;
842 else if (r >= dptr->width + BORDER)
843 r = dptr->width + BORDER - 1;
846 t = (t >= dptr->height) ? dptr->height + BORDER - 1 : t + BORDER;
847 else if (t >= dptr->height + BORDER)
848 t = dptr->height + BORDER - 1;
901 PyramidShort *dptr local
[all...]
/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 147 milliseconds