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

  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/gif/
GIFImageReader.h 50 #define MAX_DICTIONARY_ENTRY_BITS 12
51 #define MAX_DICTIONARY_ENTRIES 4096 // 2^MAX_DICTIONARY_ENTRY_BITS
GIFImageReader.cpp 756 // that our datasize is strictly less than the MAX_DICTIONARY_ENTRY_BITS.
757 if (m_frameContext->dataSize() >= MAX_DICTIONARY_ENTRY_BITS)

Completed in 305 milliseconds