Searched refs:leftData (Results 1 – 5 of 5) sorted by relevance
/external/adhd/scripts/mic_testing/frontend/ |
D | audio.js | 204 function getInstantBuffer(leftData, rightData, sampleRate) { argument 205 drawContext.drawInstantCurve(leftData, rightData, sampleRate); 282 function getInstantBuffer(leftData, rightData, sampleRate, stop) { argument 283 drawContext.drawInstantCurve(leftData, rightData, sampleRate);
|
D | analysis.js | 288 this.drawInstantCurve = function(leftData, rightData, sampleRate) { argument 290 var fftLeft = new FFT(leftData.length); 291 fftLeft.forward(leftData);
|
/external/markdown/markdown/ |
D | treeprocessors.py | 214 leftData = data[:startIndex] 222 return data, True, len(leftData) + match.span(len(match.groups()))[0] 238 return "%s%s%s%s" % (leftData,
|
/external/deqp/modules/gles3/performance/ |
D | es3pShaderOperatorTests.cpp | 484 vector<Vec2> leftData; in findSlopePivotX() local 489 leftData.push_back(data[i]); in findSlopePivotX() 498 const float totalError = verticalVariance(leftData) + simpleLinearRegressionError(rightData); in findSlopePivotX() 536 vector<Vec2> leftData; in computeSegmentedEstimator() local 542 leftData.push_back(data[i]); in computeSegmentedEstimator() 548 const gls::LineParameters leftLine = gls::theilSenLinearRegression(leftData); in computeSegmentedEstimator() 551 if (numDistinctX(leftData) < 2 || leftLine.coefficient > rightLine.coefficient*0.5f) in computeSegmentedEstimator()
|
/external/deqp/modules/gles2/performance/ |
D | es2pShaderOperatorTests.cpp | 484 vector<Vec2> leftData; in findSlopePivotX() local 489 leftData.push_back(data[i]); in findSlopePivotX() 498 const float totalError = verticalVariance(leftData) + simpleLinearRegressionError(rightData); in findSlopePivotX() 536 vector<Vec2> leftData; in computeSegmentedEstimator() local 542 leftData.push_back(data[i]); in computeSegmentedEstimator() 548 const gls::LineParameters leftLine = gls::theilSenLinearRegression(leftData); in computeSegmentedEstimator() 551 if (numDistinctX(leftData) < 2 || leftLine.coefficient > rightLine.coefficient*0.5f) in computeSegmentedEstimator()
|