/external/opencv/cv/src/ |
cvrotcalipers.cpp | 350 CvMemStorage* temp_storage = 0; local 385 CV_CALL( temp_storage = cvCreateChildMemStorage( storage )); 389 CV_CALL( temp_storage = cvCreateMemStorage(1 << 10)); 394 CV_CALL( ptseq = cvConvexHull2( ptseq, temp_storage, CV_CLOCKWISE, 1 )); 406 temp_storage, &writer ); 469 cvReleaseMemStorage( &temp_storage );
|
cvcalibinit.cpp | 543 CvMemStorage* temp_storage = cvCreateChildMemStorage( storage ); local 544 CvSeq* stack = cvCreateSeq( 0, sizeof(*stack), sizeof(void*), temp_storage ); 560 cvReleaseMemStorage( &temp_storage ); 623 cvReleaseMemStorage( &temp_storage ); 1021 CvMemStorage *temp_storage = 0; local 1141 CvMemStorage* temp_storage = cvCreateChildMemStorage( storage ); local 1598 CvMemStorage *temp_storage = 0; local 1776 CvMemStorage *temp_storage = 0; local [all...] |
cvapprox.cpp | 530 CvMemStorage* temp_storage = 0; local 542 temp_storage = cvCreateChildMemStorage( storage ); 545 stack = cvCreateSeq( 0, sizeof(CvSeq), sizeof(CvSlice), temp_storage ); 714 cvReleaseMemStorage( &temp_storage ); 734 CvMemStorage* temp_storage = 0; local 746 temp_storage = cvCreateChildMemStorage( storage ); 749 stack = cvCreateSeq( 0, sizeof(CvSeq), sizeof(CvSlice), temp_storage ); 919 cvReleaseMemStorage( &temp_storage );
|
cvpyrsegmentation.cpp | 203 CvMemStorage *temp_storage = 0; local 232 temp_storage = cvCreateChildMemStorage( storage ); 235 cmp_seq = cvCreateSeq( 0, sizeof( CvSeq ), sizeof( _CvListNode ), temp_storage ); 580 cvReleaseMemStorage( &temp_storage ); 617 CvMemStorage *temp_storage = 0; local 649 temp_storage = cvCreateChildMemStorage( storage ); 652 cmp_seq = cvCreateSeq( 0, sizeof( CvSeq ), sizeof( _CvListNode ), temp_storage ); 1015 cvReleaseMemStorage( &temp_storage ); [all...] |
mycvHaarDetectObjects.cpp | 882 CvMemStorage* temp_storage = 0; local 930 CV_CALL( temp_storage = cvCreateChildMemStorage( storage )); 938 seq = cvCreateSeq( 0, sizeof(CvSeq), sizeof(CvRect), temp_storage ); 939 seq2 = cvCreateSeq( 0, sizeof(CvSeq), sizeof(CvAvgComp), temp_storage ); [all...] |
cvhaar.cpp | 866 CvMemStorage* temp_storage = 0; local [all...] |
/external/opencv/ml/src/ |
mlsvm.cpp | 1530 CvMemStorage* temp_storage = 0; local 1598 CvMemStorage* temp_storage = 0; local [all...] |
mltree.cpp | 51 tree_storage = temp_storage = 0; 65 tree_storage = temp_storage = 0; 167 cvReleaseMemStorage( &temp_storage ); 177 temp_storage = data->temp_storage; data->temp_storage = 0; 295 CV_CALL( temp_storage = cvCreateMemStorage( temp_block_size )); 296 CV_CALL( nv_heap = cvCreateSet( 0, sizeof(*nv_heap), nv_size, temp_storage )); 298 CV_CALL( cv_heap = cvCreateSet( 0, sizeof(*cv_heap), cv_size, temp_storage )); 907 cvReleaseMemStorage( &temp_storage ); [all...] |
/external/opencv3/modules/calib3d/src/ |
calibinit.cpp | 629 cv::Ptr<CvMemStorage> temp_storage(cvCreateChildMemStorage( storage )); 630 CvSeq* stack = cvCreateSeq( 0, sizeof(*stack), sizeof(void*), temp_storage ); 1655 cv::Ptr<CvMemStorage> temp_storage; local [all...] |
/external/opencv3/apps/traincascade/ |
old_ml_tree.cpp | 55 tree_storage = temp_storage = 0; 71 tree_storage = temp_storage = 0; 195 cvReleaseMemStorage( &temp_storage ); 205 temp_storage = data->temp_storage; data->temp_storage = 0; 371 CV_CALL( temp_storage = cvCreateMemStorage( temp_block_size )); 372 CV_CALL( nv_heap = cvCreateSet( 0, sizeof(*nv_heap), nv_size, temp_storage )); 374 CV_CALL( cv_heap = cvCreateSet( 0, sizeof(*cv_heap), cv_size, temp_storage )); [all...] |
boost.cpp | 673 temp_storage = cvCreateMemStorage( tempBlockSize ); 674 nv_heap = cvCreateSet( 0, sizeof(*nv_heap), nvSize, temp_storage ); [all...] |
old_ml.hpp | 747 CvMemStorage* temp_storage; member in struct:CvDTreeTrainData [all...] |
/external/opencv/cxcore/src/ |
cxdatastructs.cpp | 2603 CvMemStorage* temp_storage = 0; local [all...] |
/external/opencv3/modules/core/src/ |
datastructs.cpp | 2329 CvMemStorage* temp_storage = 0; local [all...] |
/external/libvpx/libvpx/vp8/common/x86/ |
loopfilter_block_sse2_x86_64.asm | 353 %define temp_storage 0 ; size is 256 (16*16)
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/ |
loopfilter_block_sse2.asm | 353 %define temp_storage 0 ; size is 256 (16*16)
|
/external/opencv/ml/include/ |
ml.h | 818 CvMemStorage* temp_storage; member in struct:CvDTreeTrainData [all...] |
/external/opencv3/modules/objdetect/src/ |
haar.cpp | 1503 cv::Ptr<CvMemStorage> temp_storage; local [all...] |