Searched refs:newtable (Results 1 – 2 of 2) sorted by relevance
842 void** newtable; in icvGetNodePtr() local844 int newrawsize = newsize*sizeof(newtable[0]); in icvGetNodePtr()850 CV_CALL( newtable = (void**)cvAlloc( newrawsize )); in icvGetNodePtr()851 memset( newtable, 0, newrawsize ); in icvGetNodePtr()858 node->next = (CvSparseNode*)newtable[newidx]; in icvGetNodePtr()859 newtable[newidx] = node; in icvGetNodePtr()864 mat->hashtable = newtable; in icvGetNodePtr()
701 void** newtable; in icvGetNodePtr() local703 int newrawsize = newsize*sizeof(newtable[0]); in icvGetNodePtr()709 newtable = (void**)cvAlloc( newrawsize ); in icvGetNodePtr()710 memset( newtable, 0, newrawsize ); in icvGetNodePtr()717 node->next = (CvSparseNode*)newtable[newidx]; in icvGetNodePtr()718 newtable[newidx] = node; in icvGetNodePtr()723 mat->hashtable = newtable; in icvGetNodePtr()