Home
last modified time | relevance | path

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

/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
DBlend.cpp1008 double y1val = sptr->ptr[y1][x1] + in ProcessPyramidForThisFrame() local
1012 dptr->ptr[j][i] = (short) (y1val + yfrac * (y2val - y1val)); in ProcessPyramidForThisFrame()
1016 y1val = suptr->ptr[y1][x1] + in ProcessPyramidForThisFrame()
1021 duptr->ptr[j][i] = (short) (y1val + yfrac * (y2val - y1val)); in ProcessPyramidForThisFrame()
1023 y1val = svptr->ptr[y1][x1] + in ProcessPyramidForThisFrame()
1028 dvptr->ptr[j][i] = (short) (y1val + yfrac * (y2val - y1val)); in ProcessPyramidForThisFrame()