Home | History | Annotate | Download | only in src

Lines Matching refs:swidth

294     uint32_t SWIDTH;
665 overlay->SWIDTH = 0;
1777 int swidth = ((offset + width + mask) >> shift) - (offset >> shift);
1779 swidth <<= 1;
1780 swidth -= 1;
1781 return swidth << 2;
1984 unsigned int swidth, swidthy, swidthuv;
2061 overlay->SWIDTH = width | ((width/2 & 0x7ff) << 16);
2070 overlay->SWIDTH = width;
2071 swidth = ((offsety + (width << 1) + mask) >> shift) -
2075 swidth <<= 1;
2077 swidth -= 1;
2079 swidth <<= 2;
2082 swidth,
2086 overlay->SWIDTHSW = swidth;