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

  /external/webp/src/utils/
huffman_encode.h 38 uint32_t total_count_; // Symbol frequency. member in struct:__anon26178
huffman_encode.c 125 if (t1->total_count_ > t2->total_count_) {
127 } else if (t1->total_count_ < t2->total_count_) {
201 tree[idx].total_count_ = count;
218 count = tree_pool[tree_pool_size - 1].total_count_ +
219 tree_pool[tree_pool_size - 2].total_count_;
225 if (tree[k].total_count_ <= count) {
230 tree[k].total_count_ = count;
  /external/opencv3/3rdparty/libwebp/utils/
huffman_encode.c 127 int total_count_; member in struct:__anon20475
138 if (t1->total_count_ > t2->total_count_) {
140 } else if (t1->total_count_ < t2->total_count_) {
220 tree[idx].total_count_ = count;
237 count = tree_pool[tree_pool_size - 1].total_count_ +
238 tree_pool[tree_pool_size - 2].total_count_;
244 if (tree[k].total_count_ <= count) {
249 tree[k].total_count_ = count
    [all...]

Completed in 867 milliseconds