Lines Matching refs:ptr1
81 _CvTrianAttr **ptr_p, **ptr_n, **ptr1, **ptr2; /* pointers to pointers of triangles */ in icvCreateContourTree() local
112 ptr_p = ptr_n = ptr1 = ptr2 = NULL; in icvCreateContourTree()
158 ptr1 = ptr_p; in icvCreateContourTree()
169 ptr1 = ptr_p; in icvCreateContourTree()
179 ptr1 = ptr_n; in icvCreateContourTree()
238 if( ptr1[j_1] == NULL && ptr1[j] == NULL ) in icvCreateContourTree()
253 tree_one.next_v1 = ptr1[j_1]; in icvCreateContourTree()
254 tree_one.next_v2 = ptr1[j]; in icvCreateContourTree()
259 if( ptr1[j_1] != NULL ) in icvCreateContourTree()
260 ptr1[j_1]->prev_v = cur_adr; in icvCreateContourTree()
261 if( ptr1[j] != NULL ) in icvCreateContourTree()
262 ptr1[j]->prev_v = cur_adr; in icvCreateContourTree()
282 tree_one.next_v1 = ptr1[j_1]; in icvCreateContourTree()
283 tree_one.next_v2 = ptr1[j]; in icvCreateContourTree()
288 if( ptr1[j_1] != NULL ) in icvCreateContourTree()
289 ptr1[j_1]->prev_v = cur_adr; in icvCreateContourTree()
290 if( ptr1[j] != NULL ) in icvCreateContourTree()
291 ptr1[j]->prev_v = cur_adr; in icvCreateContourTree()
323 ptr2[i_buf] = ptr1[j]; in icvCreateContourTree()
433 ptr1[0] = cur_adr; in icvCreateContourTree()
444 ptr1[1] = cur_adr; in icvCreateContourTree()
460 ptr1[0] = cur_adr; in icvCreateContourTree()
471 ptr1[1] = cur_adr; in icvCreateContourTree()
506 ptr1[0] = cur_adr; in icvCreateContourTree()
517 ptr1[1] = cur_adr; in icvCreateContourTree()
533 ptr1[0] = cur_adr; in icvCreateContourTree()
544 ptr1[1] = cur_adr; in icvCreateContourTree()
562 tree_root->next_v1 = ptr1[0]; in icvCreateContourTree()
563 tree_root->next_v2 = ptr1[1]; in icvCreateContourTree()
566 ptr1[0]->prev_v = (_CvTrianAttr *) tree_root; in icvCreateContourTree()
567 ptr1[1]->prev_v = (_CvTrianAttr *) tree_root; in icvCreateContourTree()