Searched refs:ptB (Results 1 – 5 of 5) sorted by relevance
/external/deqp/modules/glshared/ |
D | glsCalibration.cpp | 76 const Vec2& ptB = dataPoints[j]; in theilSenLinearRegression() local 78 if (de::abs(ptA.x() - ptB.x()) > epsilon) in theilSenLinearRegression() 79 pairwiseCoefficients.push_back((ptA.y() - ptB.y()) / (ptA.x() - ptB.x())); in theilSenLinearRegression() 142 const tcu::Vec2& ptB = dataPoints[j]; in theilSenSiegelLinearRegression() local 144 if (de::abs(ptA.x() - ptB.x()) > epsilon) in theilSenSiegelLinearRegression() 145 slopes.push_back((ptA.y() - ptB.y()) / (ptA.x() - ptB.x())); in theilSenSiegelLinearRegression()
|
/external/opencv3/modules/video/src/ |
D | compat_video.cpp | 277 cv::Mat ptB(count, 1, CV_32FC2, (void*)featuresB); in cvCalcOpticalFlowPyrLK() local 284 cv::calcOpticalFlowPyrLK( A, B, ptA, ptB, st, in cvCalcOpticalFlowPyrLK()
|
/external/pdfium/fpdfsdk/src/ |
D | fsdk_mgr.cpp | 126 CPDF_Point ptB = pFFL->PWLtoFFL(righttop); in OutputSelectedRect() local 130 m_pEnv->FFI_OutputSelectedRect(pPage, ptA.x, ptB.y, ptB.x, ptA.y); in OutputSelectedRect()
|
/external/skia/src/gpu/batches/ |
D | GrAAHairLinePathRenderer.cpp | 426 const SkPoint& ptB, const SkVector& normB, in intersect_lines() argument 430 SkScalar lineBW = -normB.dot(ptB); in intersect_lines()
|
/external/chromium-trace/catapult/tracing/test_data/ |
D | ddms_calculator_start.trace | 230549 ���ptB�� 292133 �ptB�� 348245 ���ptBe7�
|