Searched refs:slopes (Results 1 – 5 of 5) sorted by relevance
/external/webrtc/webrtc/modules/video_coding/test/ |
D | plotJitterEstimate.m | 3 [timestamps, framedata, slopes, randJitters, framestats, timetable, filtjitter, rtt, rttStatsVec] =… 9 plot(x, slopes(x, 1).*(framestats(x, 1) - framestats(x, 2)) + 3*sqrt(randJitters(x,2)), 'b'); title… 11 plot(x, slopes(x, 1).*(framestats(x, 1) - framestats(x, 2)), 'g'); 14 plot(x, slopes(x, 1)); title('Line slope'); 16 %plot(x, slopes(x, 2)); title('Line offset'); 32 plot(s, slopes(end, 1)*s + slopes(end, 2), 'g'); 33 plot(s, slopes(end, 1)*s + slopes(end, 2) + 3*sqrt(randJitters(end,2)), 'r'); 34 plot(s, slopes(end, 1)*s + slopes(end, 2) - 3*sqrt(randJitters(end,2)), 'r');
|
/external/deqp/modules/glshared/ |
D | glsCalibration.cpp | 136 std::vector<float> slopes; in theilSenSiegelLinearRegression() local 138 slopes.reserve(numDataPoints); in theilSenSiegelLinearRegression() 145 slopes.push_back((ptA.y() - ptB.y()) / (ptA.x() - ptB.x())); in theilSenSiegelLinearRegression() 149 medianSlopes.push_back(destructiveMedian(slopes)); in theilSenSiegelLinearRegression()
|
/external/jmonkeyengine/engine/src/terrain/Common/MatDefs/Terrain/ |
D | HeightBasedTerrain.j3md | 11 // slopeTileFactor: the texture scale for slopes
|
/external/deqp/doc/testspecs/GLES2/ |
D | performance.shaders.operator.txt | 46 estimated slopes, and dividing by the operation count difference between the
|
/external/deqp/doc/testspecs/GLES3/ |
D | performance.shaders.operator.txt | 50 estimated slopes, and dividing by the operation count difference between the
|