Home
last modified time | relevance | path

Searched refs:rightLine (Results 1 – 5 of 5) sorted by relevance

/external/smali/util/src/main/java/org/jf/util/
DTwoColumnOutput.java104 String rightLine = null; in write() local
114 rightLine = rightLines[i]; in write()
115 if (rightLine == null) { in write()
120 if (leftLine != null || rightLine != null) { in write()
134 if (rightLine != null) { in write()
135 out.write(rightLine); in write()
/external/opencv/cvaux/src/
Denmin.cpp115 unsigned char* rightLine,
129 r = leftLine[ 3 * xCoord ] - rightLine[ 3 * yCoord ];
130 g = leftLine[ 3 * xCoord + 1 ] - rightLine[ 3 * yCoord + 1 ];
131 b = leftLine[ 3 * xCoord + 2 ] - rightLine[ 3 * yCoord + 2 ];
182 unsigned char* rightLine,
234 rightLine,
289 rightLine,
894 unsigned char* rightLine,
912 makeGraph( &graph, leftLine, rightLine, alpha, beta, corr, width, storage );
1016 unsigned char* rightLine,
[all …]
/external/icu/icu4c/source/test/cintltst/
Dsorttest.c127 const Line *rightLine=(const Line *)right; in linesComparator() local
129 return ucol_strcoll(coll, leftLine->s, STR_LEN, rightLine->s, STR_LEN); in linesComparator()
/external/deqp/modules/gles2/performance/
Des2pShaderOperatorTests.cpp549 const gls::LineParameters rightLine = gls::theilSenLinearRegression(rightData); in computeSegmentedEstimator() local
551 if (numDistinctX(leftData) < 2 || leftLine.coefficient > rightLine.coefficient*0.5f) in computeSegmentedEstimator()
558 return SegmentedEstimator(leftLine, rightLine, pivotX); in computeSegmentedEstimator()
/external/deqp/modules/gles3/performance/
Des3pShaderOperatorTests.cpp549 const gls::LineParameters rightLine = gls::theilSenLinearRegression(rightData); in computeSegmentedEstimator() local
551 if (numDistinctX(leftData) < 2 || leftLine.coefficient > rightLine.coefficient*0.5f) in computeSegmentedEstimator()
558 return SegmentedEstimator(leftLine, rightLine, pivotX); in computeSegmentedEstimator()