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

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/codeview/
cv-type.c 475 size_t num_leaves; member in struct:cv_type
672 type->num_leaves = 0;
    [all...]
  /external/chromium_org/third_party/libwebp/utils/
huffman.c 48 static int TreeInit(HuffmanTree* const tree, int num_leaves) {
50 if (num_leaves == 0) return 0;
54 tree->max_nodes_ = 2 * num_leaves - 1;
  /external/webp/src/utils/
huffman.c 48 static int TreeInit(HuffmanTree* const tree, int num_leaves) {
50 if (num_leaves == 0) return 0;
54 tree->max_nodes_ = 2 * num_leaves - 1;

Completed in 341 milliseconds