Home
last modified time | relevance | path

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

/development/perftests/panorama/feature_mos/src/mosaic/
DBlend.cpp1012 double y2val = sptr->ptr[y2][x1] + in ProcessPyramidForThisFrame() local
1014 dptr->ptr[j][i] = (short) (y1val + yfrac * (y2val - y1val)); in ProcessPyramidForThisFrame()
1020 y2val = suptr->ptr[y2][x1] + in ProcessPyramidForThisFrame()
1023 duptr->ptr[j][i] = (short) (y1val + yfrac * (y2val - y1val)); in ProcessPyramidForThisFrame()
1027 y2val = svptr->ptr[y2][x1] + in ProcessPyramidForThisFrame()
1030 dvptr->ptr[j][i] = (short) (y1val + yfrac * (y2val - y1val)); in ProcessPyramidForThisFrame()