Lines Matching refs:ps1
1694 int ps1 = 4, fac;
1710 memcpy(dst, src, w * ps1);
1711 memcpy(poll, src, w * ps1);
1718 int ps1, ps2, fac;
1721 ps1 = 1;
1725 ps1 = 2;
1730 ps1 = 1;
1736 dst = cmap8to24_fb + (fac/ps1) * n_off;
1738 poll = poll8_fb + poll8_fb_w * rect.y1 * ps1 + rect.x1 * ps1;
1739 poll_Bpl = poll8_fb_w * ps1;
1745 if (ps1 == 2) {
1747 us = (unsigned short *) (src + ps1 * j);
1749 ptmp = (unsigned short *) (poll + ps1 * j);
1752 uc = (unsigned char *) (src + ps1 * j);
1754 *(poll + ps1 * j) = *uc;
1761 dst += main_bytes_per_line * (fac/ps1);
1872 int ps1 = 1, ps2 = 4; local
1874 ps1 = 2;
1881 dst = cmap8to24_fb + (4/ps1) * n_off;
1893 if (ps1 == 2) {
1894 us = (unsigned short *) (src + ps1 * j);
1897 uc = (unsigned char *) (src + ps1 * j);
1914 dst += main_bytes_per_line * (4/ps1);