Searched refs:wt1 (Results 1 – 1 of 1) sorted by relevance
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
D | Blend.cpp | 938 double wt1 = 1.0; in ProcessPyramidForThisFrame() local 950 wt1 = 1.0; in ProcessPyramidForThisFrame() 955 wt1 = ((imgMos.Y.ptr[jj][ii] == site_idx) ? in ProcessPyramidForThisFrame() 973 wt1 = 1.0f; in ProcessPyramidForThisFrame() 992 wt1 * ciCalc(sptr, x1, y1, xfrac, yfrac)); in ProcessPyramidForThisFrame() 996 wt1 * ciCalc(suptr, x1, y1, xfrac, yfrac)); in ProcessPyramidForThisFrame() 998 wt1 * ciCalc(svptr, x1, y1, xfrac, yfrac)); in ProcessPyramidForThisFrame() 1038 wt1 * sptr->ptr[y1][x1] ); in ProcessPyramidForThisFrame() 1042 0.5 + wt1 * svptr->ptr[y1][x1] ); in ProcessPyramidForThisFrame() 1044 0.5 + wt1 * suptr->ptr[y1][x1] ); in ProcessPyramidForThisFrame()
|