Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_HuffmanDecoder.cpp29 if (pTable->IsHTOOB() && i == pTable->Size() - 1) in decodeAValue()
35 uint32_t offset = pTable->IsHTOOB() ? 3 : 2; in decodeAValue()
DJBig2_HuffmanTable.h27 bool IsHTOOB() const { return HTOOB; } in IsHTOOB() function