Home | History | Annotate | Download | only in src

Lines Matching full:tabidx

329                 int tabidx = node->hashval & (dst1->hashsize - 1);
331 node_copy->next = (CvSparseNode*)dst1->hashtable[tabidx];
332 dst1->hashtable[tabidx] = node_copy;