Searched refs:active_count (Results 1 – 8 of 8) sorted by relevance
58 int active_count() const { return active_panels_.size(); } in active_count() function
1123 set_header->active_count++; in cvSetNew()1138 set_header->active_count--; in cvSetRemoveByPtr()1215 #define cvGraphGetVtxCount( graph ) ((graph)->active_count)1216 #define cvGraphGetEdgeCount( graph ) ((graph)->edges->active_count)
1250 int active_count;
2826 set->active_count++; in cvSetAdd()2865 set->active_count = 0; in cvClearSet()2976 count = graph->edges->active_count; in cvGraphRemoveVtxByPtr()2984 count -= graph->edges->active_count; in cvGraphRemoveVtxByPtr()3011 count = graph->edges->active_count; in cvGraphRemoveVtx()3021 count -= graph->edges->active_count; in cvGraphRemoveVtx()
315 if( src1->heap->active_count >= dst1->hashsize*CV_SPARSE_HASH_RATIO ) in cvCopy()
840 if( mat->heap->active_count >= mat->hashsize*CV_SPARSE_HASH_RATIO ) in icvGetNodePtr()
518 if( mat1->heap->active_count > mat2->heap->active_count ) in cvCompareHist()
484 return (data.active_count * page_size) / 1024;