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

  /external/chromium_org/third_party/libwebp/utils/
huffman.h 29 } HuffmanTreeNode;
41 HuffmanTreeNode* root_; // all the nodes, starting at root.
54 const HuffmanTreeNode* const node) {
59 static WEBP_INLINE const HuffmanTreeNode* HuffmanTreeNextNode(
60 const HuffmanTreeNode* node, int right_child) {
  /external/webp/src/utils/
huffman.h 29 } HuffmanTreeNode;
41 HuffmanTreeNode* root_; // all the nodes, starting at root.
54 const HuffmanTreeNode* const node) {
59 static WEBP_INLINE const HuffmanTreeNode* HuffmanTreeNextNode(
60 const HuffmanTreeNode* node, int right_child) {

Completed in 38 milliseconds