Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_HuffmanTable.cpp170 uint32_t HTLOW; in ParseFromCodedBuffer() local
172 if (pStream->readInteger(&HTLOW) == -1 || in ParseFromCodedBuffer()
177 const int low = static_cast<int>(HTLOW); in ParseFromCodedBuffer()