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

  /external/chromium_org/third_party/libwebp/utils/
huffman.c 193 const HuffmanTreeNode* const max_node = tree->root_ + tree->max_nodes_; local
208 if (node >= max_node) {
  /external/webp/src/utils/
huffman.c 193 const HuffmanTreeNode* const max_node = tree->root_ + tree->max_nodes_; local
208 if (node >= max_node) {

Completed in 1662 milliseconds