Searched refs:dscale (Results 1 – 1 of 1) sorted by relevance
887 int dscale = 0; // distance scale for the current level in ProcessPyramidForThisFrame() local889 … for (int n = m_wb.nlevs; n--; dscale++, dptr++, sptr++, dvptr++, duptr++, svptr++, suptr++, nC--) in ProcessPyramidForThisFrame()891 int l = (int) ((vcrect.lft - rect.left) / (1 << dscale)); in ProcessPyramidForThisFrame()892 int b = (int) ((vcrect.bot - rect.top) / (1 << dscale)); in ProcessPyramidForThisFrame()893 int r = (int) ((vcrect.rgt - rect.left) / (1 << dscale) + .5); in ProcessPyramidForThisFrame()894 int t = (int) ((vcrect.top - rect.top) / (1 << dscale) + .5); in ProcessPyramidForThisFrame()919 int jj = (j << dscale); in ProcessPyramidForThisFrame()924 int ii = (i << dscale); in ProcessPyramidForThisFrame()949 (dscale > STRIP_CROSS_FADE_MAX_PYR_LEVEL)) in ProcessPyramidForThisFrame()979 xx /= (1 << dscale); in ProcessPyramidForThisFrame()[all …]