Searched refs:strideb (Results 1 – 1 of 1) sorted by relevance
2603 ptrdiff_t strideb = b->stride; in compare_two_images() local2633 strideb *= 2; in compare_two_images()2636 if (strideb < 0) rowb += (height-1) * (-strideb); in compare_two_images()2659 for (y=0, match=1; y<height && match; ++y, ppa += stridea, ppb += strideb) in compare_two_images()2847 for (y=0; y<height; ++y, rowa += stridea, rowb += strideb) in compare_two_images()