Home | History | Annotate | Download | only in src

Lines Matching refs:cvAlloc

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