Home
last modified time | relevance | path

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

/development/perftests/panorama/feature_mos/src/mosaic/
DBlend.cpp885 PyramidShort *dvptr = m_pMosaicVPyr; in ProcessPyramidForThisFrame() local
889 … for (int n = m_wb.nlevs; n--; dscale++, dptr++, sptr++, dvptr++, duptr++, svptr++, suptr++, nC--) in ProcessPyramidForThisFrame()
995 if (dvptr >= m_pMosaicVPyr && nC > 0) in ProcessPyramidForThisFrame()
999 dvptr->ptr[j][i] = (short) (wt0 * dvptr->ptr[j][i] + .5 + in ProcessPyramidForThisFrame()
1016 if (dvptr >= m_pMosaicVPyr && nC > 0) in ProcessPyramidForThisFrame()
1030 dvptr->ptr[j][i] = (short) (y1val + yfrac * (y2val - y1val)); in ProcessPyramidForThisFrame()
1041 if (dvptr >= m_pMosaicVPyr && nC > 0) in ProcessPyramidForThisFrame()
1043 dvptr->ptr[j][i] = (short) (wt0 * dvptr->ptr[j][i] + in ProcessPyramidForThisFrame()