Lines Matching defs:tree
43 - inspired by the octree method, we associate a tree to a given color map
73 - one tree range is included in the range of the other one, and the first
74 tree has to be inserted as a child (or merged with the corresponding
81 - a tree for an image is built dividing the image in 2 parts and merging
82 the trees obtained recursively for the two parts. a tree for a one pixel
85 - last, this tree is reduced a specified number of leaves, deleting first
128 - tree merging also fastens the overall tree building, and intermediate
132 match over the whole tree, remove it and do it again) was implemented:
137 whole tree when the recursion ends.
389 // tree adjustments
433 //calling strip with global minimum impact of the tree
556 Ocnode *tree = 0;
558 tree = octreeBuild(&pool, rgbmap, ncolor);
564 if ( tree ) {
567 octreeIndex(tree, rgbpal, &indexes);
569 octreeDelete(&pool, tree);