Searched refs:svptr (Results 1 – 1 of 1) sorted by relevance
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
D | Blend.cpp | 879 PyramidShort *svptr = m_pFrameVPyr; in ProcessPyramidForThisFrame() local 887 … for (int n = m_wb.nlevs; n--; dscale++, dptr++, sptr++, dvptr++, duptr++, svptr++, suptr++, nC--) in ProcessPyramidForThisFrame() 998 wt1 * ciCalc(svptr, x1, y1, xfrac, yfrac)); in ProcessPyramidForThisFrame() 1023 y1val = svptr->ptr[y1][x1] + in ProcessPyramidForThisFrame() 1024 (svptr->ptr[y1][x2] - svptr->ptr[y1][x1]) * xfrac; in ProcessPyramidForThisFrame() 1025 y2val = svptr->ptr[y2][x1] + in ProcessPyramidForThisFrame() 1026 (svptr->ptr[y2][x2] - svptr->ptr[y2][x1]) * xfrac; in ProcessPyramidForThisFrame() 1042 0.5 + wt1 * svptr->ptr[y1][x1] ); in ProcessPyramidForThisFrame()
|