Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_HuffmanTable.cpp54 uint32_t HTHIGH; in ParseFromCodedBuffer() local
56 pStream->readInteger(&HTHIGH) == -1 || in ParseFromCodedBuffer()
58 HTHIGH > static_cast<uint32_t>(std::numeric_limits<int>::max())) { in ParseFromCodedBuffer()
63 const int high = static_cast<int>(HTHIGH); in ParseFromCodedBuffer()