Home | History | Annotate | Download | only in i810

Lines Matching refs:swidth

748     unsigned int swidth;
753 swidth = ALIGN(width, 8);
754 overlay->SWID = (swidth << 15) | swidth;
755 overlay->SWIDQW = (swidth << 12) | (swidth >> 3);
760 swidth = ALIGN(width, 4) << 1;
761 overlay->SWID = swidth;
762 overlay->SWIDQW = swidth >> 3;
767 if( swidth > IMAGE_FAST_WIDTH ) {