Searched refs:ulhDecim (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/kyro/
H A DSTG4000OverlayDevice.c335 u32 ulhDecim; local
476 ulhDecim = 0;
477 ulScale = (((ulSrcRight - ulSrcLeft) - 1) << (11 - ulhDecim)) / (ulRight - ulLeft + 2);
480 ulhDecim++;
481 ulScale = (((ulSrcRight - ulSrcLeft) - 1) << (11 - ulhDecim)) / (ulRight - ulLeft + 2);
518 ulsVal = ((ulWidth / 8) >> ulhDecim);
520 if ((ulWidth != (ulsVal << ulhDecim) * 8))
524 ulSrc = ulWidth >> ulhDecim;
529 ulExcessPixels = ((((ulScaleLeft - ulSrcLeft)) << (11 - ulhDecim)) / ulScale);
541 ulExtraLines = (1 << ulhDecim) * ulVertDecFacto
[all...]

Completed in 11 milliseconds