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

  /external/chromium_org/third_party/libwebp/utils/
huffman.c 28 #define NON_EXISTENT_SYMBOL (-1)
153 huff_codes[symbol] = NON_EXISTENT_SYMBOL;
305 if (codes[i] != NON_EXISTENT_SYMBOL) {
  /external/webp/src/utils/
huffman.c 28 #define NON_EXISTENT_SYMBOL (-1)
153 huff_codes[symbol] = NON_EXISTENT_SYMBOL;
305 if (codes[i] != NON_EXISTENT_SYMBOL) {

Completed in 38 milliseconds