HomeSort by relevance Sort by last modified time
    Searched full:tree_pool (Results 1 - 1 of 1) sorted by null

  /external/webp/src/utils/
huffman_encode.c 170 HuffmanTree* tree_pool; local
184 tree_pool = tree + tree_size_orig;
216 tree_pool[tree_pool_size++] = tree[tree_size - 1];
217 tree_pool[tree_pool_size++] = tree[tree_size - 2];
218 count = tree_pool[tree_pool_size - 1].total_count_ +
219 tree_pool[tree_pool_size - 2].total_count_;
238 SetBitDepths(&tree[0], tree_pool, bit_depths, 0);

Completed in 45 milliseconds