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

  /external/opencv3/3rdparty/libwebp/utils/
huffman_encode.c 182 HuffmanTree* tree_pool; local
203 tree_pool = tree + tree_size_orig;
235 tree_pool[tree_pool_size++] = tree[tree_size - 1];
236 tree_pool[tree_pool_size++] = tree[tree_size - 2];
237 count = tree_pool[tree_pool_size - 1].total_count_ +
238 tree_pool[tree_pool_size - 2].total_count_;
257 SetBitDepths(&tree[0], tree_pool, bit_depths, 0);
  /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 53 milliseconds