Searched refs:suptr (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Camera/jni/feature_mos/src/mosaic/ |
D | Blend.cpp | 898 PyramidShort *suptr = m_pFrameUPyr; in ProcessPyramidForThisFrame() local 907 … for (int n = m_wb.nlevs; n--; dscale++, dptr++, sptr++, dvptr++, duptr++, svptr++, suptr++, nC--) in ProcessPyramidForThisFrame() 1016 wt1 * ciCalc(suptr, x1, y1, xfrac, yfrac)); in ProcessPyramidForThisFrame() 1036 y1val = suptr->ptr[y1][x1] + in ProcessPyramidForThisFrame() 1037 (suptr->ptr[y1][x2] - suptr->ptr[y1][x1]) * xfrac; in ProcessPyramidForThisFrame() 1038 y2val = suptr->ptr[y2][x1] + in ProcessPyramidForThisFrame() 1039 (suptr->ptr[y2][x2] - suptr->ptr[y2][x1]) * xfrac; in ProcessPyramidForThisFrame() 1064 0.5 + wt1 * suptr->ptr[y1][x1] ); in ProcessPyramidForThisFrame()
|
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
D | Blend.cpp | 878 PyramidShort *suptr = m_pFrameUPyr; in ProcessPyramidForThisFrame() local 887 … for (int n = m_wb.nlevs; n--; dscale++, dptr++, sptr++, dvptr++, duptr++, svptr++, suptr++, nC--) in ProcessPyramidForThisFrame() 996 wt1 * ciCalc(suptr, x1, y1, xfrac, yfrac)); in ProcessPyramidForThisFrame() 1016 y1val = suptr->ptr[y1][x1] + in ProcessPyramidForThisFrame() 1017 (suptr->ptr[y1][x2] - suptr->ptr[y1][x1]) * xfrac; in ProcessPyramidForThisFrame() 1018 y2val = suptr->ptr[y2][x1] + in ProcessPyramidForThisFrame() 1019 (suptr->ptr[y2][x2] - suptr->ptr[y2][x1]) * xfrac; in ProcessPyramidForThisFrame() 1044 0.5 + wt1 * suptr->ptr[y1][x1] ); in ProcessPyramidForThisFrame()
|