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

/xsrc/external/mit/xf86-video-intel/dist/src/legacy/i810/xvmc/
H A DI810XvMC.c2834 unsigned int yscaleIntUV = 0,yPitch = 0,uvPitch = 0; local in function:XvMCPutSurface
2864 uvPitch = ((srcw>>1) + 7) & ~7;
3155 pORegs->SWID = (uvPitch << 16) | yPitch;
3156 pORegs->SWIDQW = (uvPitch << 13) | (yPitch >> 3);
/xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/xvmc/
H A DI810XvMC.c2834 unsigned int yscaleIntUV = 0,yPitch = 0,uvPitch = 0; local in function:XvMCPutSurface
2864 uvPitch = ((srcw>>1) + 7) & ~7;
3155 pORegs->SWID = (uvPitch << 16) | yPitch;
3156 pORegs->SWIDQW = (uvPitch << 13) | (yPitch >> 3);
/xsrc/external/mit/xf86-video-intel-old/dist/src/xvmc/
H A DI810XvMC.c2834 unsigned int yscaleIntUV = 0,yPitch = 0,uvPitch = 0; local in function:XvMCPutSurface
2864 uvPitch = ((srcw>>1) + 7) & ~7;
3155 pORegs->SWID = (uvPitch << 16) | yPitch;
3156 pORegs->SWIDQW = (uvPitch << 13) | (yPitch >> 3);

Completed in 15 milliseconds