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