Home | History | Annotate | Download | only in libpng-1.2.19

Lines Matching refs:sptr

976             png_bytep sptr;
985 sptr = png_ptr->row_buf + 1 + offset_table[png_ptr->pass]*
993 png_memcpy(dp, sptr, pixel_bytes);
994 sptr += incr1;
1211 png_bytep sptr, dp;
1218 sptr = row + (width - 1) * pixel_bytes;
1244 mov esi, sptr
1272 sptr -= width_mmx*3;
1279 png_memcpy(v, sptr, 3);
1285 sptr -= 3;
1292 mov esi, sptr
1320 mov esi, sptr
1363 mov esi, sptr
1385 sptr -= width_mmx;
1393 *dp-- = *sptr;
1395 sptr --;
1406 mov esi, sptr
1427 sptr -= width_mmx;
1435 *dp-- = *sptr;
1437 sptr --;
1448 mov esi, sptr
1478 sptr -= width_mmx;
1491 * png_memcpy(v, sptr, pixel_bytes);
1497 * sptr -= pixel_bytes;
1503 *dp-- = *sptr;
1504 sptr--;
1519 mov esi, sptr
1536 sptr -= (width_mmx*2 - 2); // sign fixed
1542 sptr -= 2;
1543 png_memcpy(v, sptr, 2);
1559 mov esi, sptr
1581 sptr -= (width_mmx*2 - 2); // sign fixed
1587 sptr -= 2;
1588 png_memcpy(v, sptr, 2);
1604 mov esi, sptr
1627 sptr -= (width_mmx*2 - 2); // sign fixed
1633 sptr -= 2;
1634 png_memcpy(v, sptr, 2);
1654 mov esi, sptr
1674 sptr -= (width_mmx*4 - 4); // sign fixed
1680 sptr -= 4;
1681 png_memcpy(v, sptr, 4);
1697 mov esi, sptr
1719 sptr -= (width_mmx*4 - 4); // sign fixed
1725 sptr -= 4;
1726 png_memcpy(v, sptr, 4);
1742 mov esi, sptr
1768 sptr -= (width_mmx*4 - 4); // sign fixed
1774 sptr -= 4;
1775 png_memcpy(v, sptr, 4);
1792 png_memcpy(v, sptr, 6);
1798 sptr -= 6;
1808 png_memcpy(v, sptr, pixel_bytes);
1814 sptr-= pixel_bytes;
1828 *dp-- = *sptr;
1829 sptr--;
1838 png_memcpy(v, sptr, pixel_bytes);
1844 sptr -= pixel_bytes;
1853 png_memcpy(v, sptr, pixel_bytes);
1859 sptr -= pixel_bytes;
1868 png_memcpy(v, sptr, pixel_bytes);
1874 sptr -= pixel_bytes;
1883 png_memcpy(v, sptr, pixel_bytes);
1889 sptr -= pixel_bytes;
1898 png_memcpy(v, sptr, pixel_bytes);
1904 sptr -= pixel_bytes;