Home
last modified time | relevance | path

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

/external/smali/util/src/main/java/org/jf/util/
DTwoColumnOutput.java103 String leftLine = null; in write() local
107 leftLine = leftLines[i]; in write()
108 if (leftLine == null) { in write()
120 if (leftLine != null || rightLine != null) { in write()
122 if (leftLine != null) { in write()
123 out.write(leftLine); in write()
124 written = leftLine.length(); in write()
/external/opencv/cvaux/src/
Denmin.cpp114 inline int dFunc( unsigned char* leftLine,
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 ];
181 unsigned char* leftLine,
233 ( ( Edge* )newEdgePtr ) -> weight = dFunc( leftLine,
288 ( ( Edge* )newEdgePtr ) -> weight = dFunc( leftLine,
893 bool oneStep( unsigned char* leftLine,
912 makeGraph( &graph, leftLine, rightLine, alpha, beta, corr, width, storage );
1015 void oneLineCorr( unsigned char* leftLine,
[all …]
/external/icu/icu4c/source/test/cintltst/
Dsorttest.c126 const Line *leftLine=(const Line *)left; in linesComparator() local
129 return ucol_strcoll(coll, leftLine->s, STR_LEN, rightLine->s, STR_LEN); in linesComparator()
/external/deqp/modules/gles2/performance/
Des2pShaderOperatorTests.cpp548 const gls::LineParameters leftLine = gls::theilSenLinearRegression(leftData); 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.cpp548 const gls::LineParameters leftLine = gls::theilSenLinearRegression(leftData); in computeSegmentedEstimator() local
551 if (numDistinctX(leftData) < 2 || leftLine.coefficient > rightLine.coefficient*0.5f) in computeSegmentedEstimator()
558 return SegmentedEstimator(leftLine, rightLine, pivotX); in computeSegmentedEstimator()