Searched refs:dvptr (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Camera/jni/feature_mos/src/mosaic/ |
D | Blend.cpp | 903 PyramidShort *dvptr = m_pMosaicVPyr; in ProcessPyramidForThisFrame() local 907 … for (int n = m_wb.nlevs; n--; dscale++, dptr++, sptr++, dvptr++, duptr++, svptr++, suptr++, nC--) in ProcessPyramidForThisFrame() 1013 if (dvptr >= m_pMosaicVPyr && nC > 0) in ProcessPyramidForThisFrame() 1017 dvptr->ptr[j][i] = (short) (wt0 * dvptr->ptr[j][i] + .5 + in ProcessPyramidForThisFrame() 1034 if (dvptr >= m_pMosaicVPyr && nC > 0) in ProcessPyramidForThisFrame() 1048 dvptr->ptr[j][i] = (short) (y1val + yfrac * (y2val - y1val)); in ProcessPyramidForThisFrame() 1059 if (dvptr >= m_pMosaicVPyr && nC > 0) in ProcessPyramidForThisFrame() 1061 dvptr->ptr[j][i] = (short) (wt0 * dvptr->ptr[j][i] + in ProcessPyramidForThisFrame()
|
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
D | Blend.cpp | 883 PyramidShort *dvptr = m_pMosaicVPyr; in ProcessPyramidForThisFrame() local 887 … for (int n = m_wb.nlevs; n--; dscale++, dptr++, sptr++, dvptr++, duptr++, svptr++, suptr++, nC--) in ProcessPyramidForThisFrame() 993 if (dvptr >= m_pMosaicVPyr && nC > 0) in ProcessPyramidForThisFrame() 997 dvptr->ptr[j][i] = (short) (wt0 * dvptr->ptr[j][i] + .5 + in ProcessPyramidForThisFrame() 1014 if (dvptr >= m_pMosaicVPyr && nC > 0) in ProcessPyramidForThisFrame() 1028 dvptr->ptr[j][i] = (short) (y1val + yfrac * (y2val - y1val)); in ProcessPyramidForThisFrame() 1039 if (dvptr >= m_pMosaicVPyr && nC > 0) in ProcessPyramidForThisFrame() 1041 dvptr->ptr[j][i] = (short) (wt0 * dvptr->ptr[j][i] + in ProcessPyramidForThisFrame()
|