Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/jbig2/
DJBig2_HuffmanTable.cpp53 FX_DWORD HTHIGH; in ParseFromCodedBuffer() local
55 pStream->readInteger(&HTHIGH) == -1) { in ParseFromCodedBuffer()
60 const int high = static_cast<int>(HTHIGH); in ParseFromCodedBuffer()