Home
last modified time | relevance | path

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

/development/perftests/panorama/feature_mos/src/mosaic/
DBlend.cpp880 PyramidShort *suptr = m_pFrameUPyr; in ProcessPyramidForThisFrame() local
889 … for (int n = m_wb.nlevs; n--; dscale++, dptr++, sptr++, dvptr++, duptr++, svptr++, suptr++, nC--) in ProcessPyramidForThisFrame()
998 wt1 * ciCalc(suptr, x1, y1, xfrac, yfrac)); in ProcessPyramidForThisFrame()
1018 y1val = suptr->ptr[y1][x1] + in ProcessPyramidForThisFrame()
1019 (suptr->ptr[y1][x2] - suptr->ptr[y1][x1]) * xfrac; in ProcessPyramidForThisFrame()
1020 y2val = suptr->ptr[y2][x1] + in ProcessPyramidForThisFrame()
1021 (suptr->ptr[y2][x2] - suptr->ptr[y2][x1]) * xfrac; in ProcessPyramidForThisFrame()
1046 0.5 + wt1 * suptr->ptr[y1][x1] ); in ProcessPyramidForThisFrame()