Home | History | Annotate | Download | only in colorchecker

Lines Matching refs:j2

795 // detected color checkers bounded by row i1, row i2 and column j1 and column j2
797 void ColorCheckerTest::findBestMatch(int i1, int i2, int j1, int j2) {
799 int numVerticalGrid = j2 - j1 + 1;
803 ALOGV("i1, j2, j1, j2 is %d, %d, %d, %d", i1, i2, j1, j2);