Home
last modified time | relevance | path

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

/development/perftests/panorama/feature_mos/src/mosaic/
DBlend.cpp881 PyramidShort *svptr = m_pFrameVPyr; in ProcessPyramidForThisFrame() local
889 … for (int n = m_wb.nlevs; n--; dscale++, dptr++, sptr++, dvptr++, duptr++, svptr++, suptr++, nC--) in ProcessPyramidForThisFrame()
1000 wt1 * ciCalc(svptr, x1, y1, xfrac, yfrac)); in ProcessPyramidForThisFrame()
1025 y1val = svptr->ptr[y1][x1] + in ProcessPyramidForThisFrame()
1026 (svptr->ptr[y1][x2] - svptr->ptr[y1][x1]) * xfrac; in ProcessPyramidForThisFrame()
1027 y2val = svptr->ptr[y2][x1] + in ProcessPyramidForThisFrame()
1028 (svptr->ptr[y2][x2] - svptr->ptr[y2][x1]) * xfrac; in ProcessPyramidForThisFrame()
1044 0.5 + wt1 * svptr->ptr[y1][x1] ); in ProcessPyramidForThisFrame()