Lines Matching refs:sptr

968             png_bytep sptr;
977 sptr = png_ptr->row_buf + 1 + offset_table[png_ptr->pass]*
985 png_memcpy(dp, sptr, pixel_bytes);
986 sptr += incr1;
1203 png_bytep sptr, dp;
1210 sptr = row + (width - 1) * pixel_bytes;
1230 mov esi, sptr
1265 mov esi, sptr
1299 mov esi, sptr
1327 sptr -= width_mmx*3;
1334 png_memcpy(v, sptr, 3);
1340 sptr -= 3;
1355 mov esi, sptr
1385 sptr -= width_mmx;
1398 * png_memcpy(v, sptr, pixel_bytes);
1404 * sptr -= pixel_bytes;
1410 *dp-- = *sptr;
1411 sptr--;
1422 mov esi, sptr
1443 sptr -= width_mmx;
1451 *dp-- = *sptr;
1453 sptr --;
1464 mov esi, sptr
1486 sptr -= width_mmx;
1494 *dp-- = *sptr;
1496 sptr --;
1511 mov esi, sptr
1534 sptr -= (width_mmx*2 - 2); // sign fixed
1540 sptr -= 2;
1541 png_memcpy(v, sptr, 2);
1557 mov esi, sptr
1579 sptr -= (width_mmx*2 - 2); // sign fixed
1585 sptr -= 2;
1586 png_memcpy(v, sptr, 2);
1602 mov esi, sptr
1619 sptr -= (width_mmx*2 - 2); // sign fixed
1625 sptr -= 2;
1626 png_memcpy(v, sptr, 2);
1646 mov esi, sptr
1672 sptr -= (width_mmx*4 - 4); // sign fixed
1678 sptr -= 4;
1679 png_memcpy(v, sptr, 4);
1695 mov esi, sptr
1717 sptr -= (width_mmx*4 - 4); // sign fixed
1723 sptr -= 4;
1724 png_memcpy(v, sptr, 4);
1740 mov esi, sptr
1760 sptr -= (width_mmx*4 - 4); // sign fixed
1766 sptr -= 4;
1767 png_memcpy(v, sptr, 4);
1784 png_memcpy(v, sptr, 6);
1790 sptr -= 6;
1800 png_memcpy(v, sptr, pixel_bytes);
1806 sptr-= pixel_bytes;
1820 *dp-- = *sptr;
1821 sptr--;
1830 png_memcpy(v, sptr, pixel_bytes);
1836 sptr -= pixel_bytes;
1845 png_memcpy(v, sptr, pixel_bytes);
1851 sptr -= pixel_bytes;
1860 png_memcpy(v, sptr, pixel_bytes);
1866 sptr -= pixel_bytes;
1875 png_memcpy(v, sptr, pixel_bytes);
1881 sptr -= pixel_bytes;
1890 png_memcpy(v, sptr, pixel_bytes);
1896 sptr -= pixel_bytes;