Home | History | Annotate | Download | only in i810

Lines Matching refs:swidth

738     unsigned int swidth;
743 swidth = ALIGN(width, 8);
744 overlay->SWID = (swidth << 15) | swidth;
745 overlay->SWIDQW = (swidth << 12) | (swidth >> 3);
750 swidth = ALIGN(width, 4) << 1;
751 overlay->SWID = swidth;
752 overlay->SWIDQW = swidth >> 3;
757 if( swidth > IMAGE_FAST_WIDTH ) {