Home
last modified time | relevance | path

Searched refs:HTLOW (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/core/fxcodec/jbig2/
DJBig2_HuffmanTable.cpp53 uint32_t HTLOW; in ParseFromCodedBuffer() local
55 if (pStream->readInteger(&HTLOW) == -1 || in ParseFromCodedBuffer()
57 HTLOW > static_cast<uint32_t>(std::numeric_limits<int>::max()) || in ParseFromCodedBuffer()
62 const int low = static_cast<int>(HTLOW); in ParseFromCodedBuffer()