Home
last modified time | relevance | path

Searched refs:strideb (Results 1 – 1 of 1) sorted by relevance

/external/libpng/contrib/libtests/
Dpngstest.c2602 ptrdiff_t strideb = b->stride; in compare_two_images() local
2632 strideb *= 2; in compare_two_images()
2635 if (strideb < 0) rowb += (height-1) * (-strideb); in compare_two_images()
2658 for (y=0, match=1; y<height && match; ++y, ppa += stridea, ppb += strideb) in compare_two_images()
2851 for (y=0; y<height; ++y, rowa += stridea, rowb += strideb) in compare_two_images()