HomeSort by relevance Sort by last modified time
    Searched refs:columnEnd (Results 1 - 3 of 3) sorted by null

  /cts/apps/CtsVerifier/include/colorchecker/
testingimage.h 54 int rowStart, int rowEnd, int columnStart, int columnEnd,
  /cts/apps/CtsVerifier/lib/colorchecker/
colorcheckertest.cpp 683 int columnEnd = 0;
736 columnEnd = columnStart;
739 while ((isColumnEnd) && (columnEnd < numVerticalLines)) {
741 if (mCandidateColors[rowStart][columnEnd] != NULL)
744 ++columnEnd;
749 columnEnd--;
751 if ((isColumnEnd) && (columnEnd == numVerticalLines)) {
752 columnEnd--;
760 findBestMatch(rowStart, rowEnd, columnStart, columnEnd);
763 rowEnd, columnStart, columnEnd);
    [all...]
testingimage.cpp 129 int rowStart, int rowEnd, int columnStart, int columnEnd,
137 for (int j = columnStart; j < columnEnd; ++j) {

Completed in 3024 milliseconds