Searched refs:diff_c (Results 1 – 1 of 1) sorted by relevance
1633 …double diff_c = verticalStereo ? abs(temp[0][j].x - temp[1][j].x) : abs(temp[0][j].y - temp[1][j].… in run() local1636 maxDiff_c = max(maxDiff_c, diff_c); in run()1641 verticalStereo ? "x" : "y", diff_c, testcase); in run()