Home
last modified time | relevance | path

Searched refs:temp_storage (Results 1 – 11 of 11) sorted by relevance

/external/opencv/cv/src/
Dcvcalibinit.cpp543 CvMemStorage* temp_storage = cvCreateChildMemStorage( storage ); in icvOrderFoundConnectedQuads() local
544 CvSeq* stack = cvCreateSeq( 0, sizeof(*stack), sizeof(void*), temp_storage ); in icvOrderFoundConnectedQuads()
560 cvReleaseMemStorage( &temp_storage ); in icvOrderFoundConnectedQuads()
623 cvReleaseMemStorage( &temp_storage ); in icvOrderFoundConnectedQuads()
1021 CvMemStorage *temp_storage = 0; in icvCleanFoundConnectedQuads() local
1040 CV_CALL( temp_storage = cvCreateMemStorage(0)); in icvCleanFoundConnectedQuads()
1084 CvSeq *hull = cvConvexHull2( &pointMat, temp_storage, CV_CLOCKWISE, 1 ); in icvCleanFoundConnectedQuads()
1094 cvClearMemStorage( temp_storage ); in icvCleanFoundConnectedQuads()
1129 cvReleaseMemStorage( &temp_storage ); in icvCleanFoundConnectedQuads()
1141 CvMemStorage* temp_storage = cvCreateChildMemStorage( storage ); in icvFindConnectedQuads() local
[all …]
Dcvrotcalipers.cpp350 CvMemStorage* temp_storage = 0; in cvMinAreaRect2() local
385 CV_CALL( temp_storage = cvCreateChildMemStorage( storage )); in cvMinAreaRect2()
389 CV_CALL( temp_storage = cvCreateMemStorage(1 << 10)); in cvMinAreaRect2()
394 CV_CALL( ptseq = cvConvexHull2( ptseq, temp_storage, CV_CLOCKWISE, 1 )); in cvMinAreaRect2()
406 temp_storage, &writer ); in cvMinAreaRect2()
469 cvReleaseMemStorage( &temp_storage ); in cvMinAreaRect2()
Dcvapprox.cpp530 CvMemStorage* temp_storage = 0; in icvApproxPolyDP_32s() local
542 temp_storage = cvCreateChildMemStorage( storage ); in icvApproxPolyDP_32s()
545 stack = cvCreateSeq( 0, sizeof(CvSeq), sizeof(CvSlice), temp_storage ); in icvApproxPolyDP_32s()
714 cvReleaseMemStorage( &temp_storage ); in icvApproxPolyDP_32s()
734 CvMemStorage* temp_storage = 0; in icvApproxPolyDP_32f() local
746 temp_storage = cvCreateChildMemStorage( storage ); in icvApproxPolyDP_32f()
749 stack = cvCreateSeq( 0, sizeof(CvSeq), sizeof(CvSlice), temp_storage ); in icvApproxPolyDP_32f()
919 cvReleaseMemStorage( &temp_storage ); in icvApproxPolyDP_32f()
Dcvpyrsegmentation.cpp203 CvMemStorage *temp_storage = 0; in icvPyrSegmentation8uC1R() local
232 temp_storage = cvCreateChildMemStorage( storage ); in icvPyrSegmentation8uC1R()
235 cmp_seq = cvCreateSeq( 0, sizeof( CvSeq ), sizeof( _CvListNode ), temp_storage ); in icvPyrSegmentation8uC1R()
580 cvReleaseMemStorage( &temp_storage ); in icvPyrSegmentation8uC1R()
617 CvMemStorage *temp_storage = 0; in icvPyrSegmentation8uC3R() local
649 temp_storage = cvCreateChildMemStorage( storage ); in icvPyrSegmentation8uC3R()
652 cmp_seq = cvCreateSeq( 0, sizeof( CvSeq ), sizeof( _CvListNode ), temp_storage ); in icvPyrSegmentation8uC3R()
1015 cvReleaseMemStorage( &temp_storage ); in icvPyrSegmentation8uC3R()
DmycvHaarDetectObjects.cpp882 CvMemStorage* temp_storage = 0; in mycvHaarDetectObjects() local
930 CV_CALL( temp_storage = cvCreateChildMemStorage( storage )); in mycvHaarDetectObjects()
938 seq = cvCreateSeq( 0, sizeof(CvSeq), sizeof(CvRect), temp_storage ); in mycvHaarDetectObjects()
939 seq2 = cvCreateSeq( 0, sizeof(CvSeq), sizeof(CvAvgComp), temp_storage ); in mycvHaarDetectObjects()
1152 big_seq = cvCreateSeq( 0, sizeof(CvSeq), sizeof(CvRect), temp_storage ); in mycvHaarDetectObjects()
1561 cvReleaseMemStorage( &temp_storage ); in mycvHaarDetectObjects()
Dcvhaar.cpp866 CvMemStorage* temp_storage = 0; in cvHaarDetectObjects() local
902 CV_CALL( temp_storage = cvCreateChildMemStorage( storage )); in cvHaarDetectObjects()
910 seq = cvCreateSeq( 0, sizeof(CvSeq), sizeof(CvRect), temp_storage ); in cvHaarDetectObjects()
911 seq2 = cvCreateSeq( 0, sizeof(CvSeq), sizeof(CvAvgComp), temp_storage ); in cvHaarDetectObjects()
1120 big_seq = cvCreateSeq( 0, sizeof(CvSeq), sizeof(CvRect), temp_storage ); in cvHaarDetectObjects()
1521 cvReleaseMemStorage( &temp_storage ); in cvHaarDetectObjects()
/external/opencv/ml/src/
Dmlsvm.cpp1317 const CvMat* responses, CvMemStorage* temp_storage, double* alpha ) in do_train() argument
1338 responses->data.i, 0, 0, temp_storage, alpha, df->rho )) in do_train()
1385 CV_CALL( sv_tab = (int*)cvMemStorageAlloc( temp_storage, sample_count*sizeof(sv_tab[0]) )); in do_train()
1387 CV_CALL( class_ranges = (int*)cvMemStorageAlloc( temp_storage, in do_train()
1389 CV_CALL( temp_samples = (const float**)cvMemStorageAlloc( temp_storage, in do_train()
1391 CV_CALL( temp_y = (schar*)cvMemStorageAlloc( temp_storage, sample_count)); in do_train()
1447 Cp, Cn, temp_storage, alpha, df->rho )) in do_train()
1455 CV_CALL( df->alpha = (double*)cvMemStorageAlloc( temp_storage, in do_train()
1457 CV_CALL( df->sv_index = (int*)cvMemStorageAlloc( temp_storage, in do_train()
1530 CvMemStorage* temp_storage = 0; in train() local
[all …]
Dmltree.cpp51 tree_storage = temp_storage = 0; in CvDTreeTrainData()
65 tree_storage = temp_storage = 0; in CvDTreeTrainData()
167 cvReleaseMemStorage( &temp_storage ); in CV_IMPLEMENT_QSORT_EX()
177 temp_storage = data->temp_storage; data->temp_storage = 0; in CV_IMPLEMENT_QSORT_EX()
295 CV_CALL( temp_storage = cvCreateMemStorage( temp_block_size )); in CV_IMPLEMENT_QSORT_EX()
296 CV_CALL( nv_heap = cvCreateSet( 0, sizeof(*nv_heap), nv_size, temp_storage )); in CV_IMPLEMENT_QSORT_EX()
298 CV_CALL( cv_heap = cvCreateSet( 0, sizeof(*cv_heap), cv_size, temp_storage )); in CV_IMPLEMENT_QSORT_EX()
907 cvReleaseMemStorage( &temp_storage ); in free_train_data()
/external/opencv/cxcore/src/
Dcxdatastructs.cpp2603 CvMemStorage* temp_storage = 0; in cvSeqPartition() local
2630 temp_storage = cvCreateChildMemStorage( storage ); in cvSeqPartition()
2632 nodes = cvCreateSeq( 0, sizeof(CvSeq), sizeof(CvPTreeNode), temp_storage ); in cvSeqPartition()
2748 cvReleaseMemStorage( &temp_storage ); in cvSeqPartition()
/external/libvpx/libvpx/vp8/common/x86/
Dloopfilter_block_sse2_x86_64.asm353 %define temp_storage 0 ; size is 256 (16*16)
/external/opencv/ml/include/
Dml.h818 CvMemStorage* temp_storage; member