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

/xsrc/external/mit/xf86-video-openchrome/dist/src/
H A Dvia_xvmc.c172 unsigned yPitch = stride(w); local in function:size_yuv420
174 return h * (yPitch + (yPitch >> 1));
/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
2863 yPitch = (srcw + 7) & ~7;
2874 yPitch = ((srcw + 7) & ~7) << 1;
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
2863 yPitch = (srcw + 7) & ~7;
2874 yPitch = ((srcw + 7) & ~7) << 1;
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
2863 yPitch = (srcw + 7) & ~7;
2874 yPitch = ((srcw + 7) & ~7) << 1;
3155 pORegs->SWID = (uvPitch << 16) | yPitch;
3156 pORegs->SWIDQW = (uvPitch << 13) | (yPitch >> 3);

Completed in 17 milliseconds