Lines Matching refs:cvAlloc
149 CV_CALL( *buffer = (uchar *)cvAlloc( bufferBytes )); in icvInitPyramidalAlgorithm()
374 CV_CALL( status = _status = (char*)cvAlloc( count*sizeof(_status[0]) )); in cvCalcOpticalFlowPyrLK()
399 CV_CALL( error = _error = (float*)cvAlloc( count*sizeof(_error[0]) )); in cvCalcOpticalFlowPyrLK()
418 CV_CALL( buffer = (uchar*)cvAlloc( bufferBytes )); in cvCalcOpticalFlowPyrLK()
772 CV_CALL( buffer = (uchar*)cvAlloc(bufferBytes)); in cvCalcAffineFlowPyrLK()
775 CV_CALL( status = _status = (char*)cvAlloc(count) ); in cvCalcAffineFlowPyrLK()
1229 CV_CALL( pA = (CvPoint2D32f*)cvAlloc( count*sizeof(pA[0]) )); in cvEstimateRigidTransform()
1230 CV_CALL( pB = (CvPoint2D32f*)cvAlloc( count*sizeof(pB[0]) )); in cvEstimateRigidTransform()
1231 CV_CALL( status = (char*)cvAlloc( count*sizeof(status[0]) )); in cvEstimateRigidTransform()
1272 CV_CALL( pA = (CvPoint2D32f*)cvAlloc( count*sizeof(pA[0]) )); in cvEstimateRigidTransform()
1273 CV_CALL( pB = (CvPoint2D32f*)cvAlloc( count*sizeof(pB[0]) )); in cvEstimateRigidTransform()
1283 CV_CALL( good_idx = (int*)cvAlloc( count*sizeof(good_idx[0]) )); in cvEstimateRigidTransform()