Searched refs:strideb (Results 1 – 1 of 1) sorted by relevance
2719 ptrdiff_t strideb = b->stride; in compare_two_images() local2749 strideb *= 2; in compare_two_images()2752 if (strideb < 0) rowb += (height-1) * (-strideb); 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()