Searched refs:v1_head (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cv/src/
H A Dcvemd.cpp592 CvNode1D v0_head, v1_head, *cur_v, *prev_v; local
609 v1_head.next = 0;
614 v1_head.next = v;
615 v1_head.next->next = 0;
625 prev_v = &v1_head;
627 for( found |= (cur_v = v1_head.next) != 0; cur_v != 0; cur_v = cur_v->next )
682 cur_v->next = v1_head.next;
683 v1_head.next = cur_v;

Completed in 84 milliseconds