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

  /external/chromium_org/third_party/libwebp/utils/
huffman.c 58 static int HuffmanTreeAllocate(HuffmanTree* const tree, int num_nodes) {
70 if (!HuffmanTreeAllocate(tree, tree->max_nodes_)) return 0;
  /external/webp/src/utils/
huffman.c 58 static int HuffmanTreeAllocate(HuffmanTree* const tree, int num_nodes) {
70 if (!HuffmanTreeAllocate(tree, tree->max_nodes_)) return 0;

Completed in 65 milliseconds