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

  /external/chromium_org/third_party/libwebp/utils/
huffman.c 34 static int NodeIsEmpty(const HuffmanTreeNode* const node) {
211 if (NodeIsEmpty(node)) {
222 if (NodeIsEmpty(node)) {
  /external/webp/src/utils/
huffman.c 34 static int NodeIsEmpty(const HuffmanTreeNode* const node) {
211 if (NodeIsEmpty(node)) {
222 if (NodeIsEmpty(node)) {

Completed in 42 milliseconds