Searched refs:stridea (Results 1 – 1 of 1) sorted by relevance
2718 ptrdiff_t stridea = a->stride; in compare_two_images() local2745 stridea *= 2; in compare_two_images()2751 if (stridea < 0) rowa += (height-1) * (-stridea); in compare_two_images()2775 for (y=0, match=1; y<height && match; ++y, ppa += stridea, ppb += strideb) in compare_two_images()2963 for (y=0; y<height; ++y, rowa += stridea, rowb += strideb) in compare_two_images()