Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_HuffmanTable.cpp34 PREFLEN.resize(NTEMP); in ParseFromStandardTable()
38 PREFLEN[i] = pTable[i].PREFLEN; in ParseFromStandardTable()
70 if ((pStream->readNBits(HTPS, &PREFLEN[NTEMP]) == -1) || in ParseFromCodedBuffer()
86 if (pStream->readNBits(HTPS, &PREFLEN[NTEMP]) == -1) in ParseFromCodedBuffer()
93 if (pStream->readNBits(HTPS, &PREFLEN[NTEMP]) == -1) in ParseFromCodedBuffer()
101 if (pStream->readNBits(HTPS, &PREFLEN[NTEMP]) == -1) in ParseFromCodedBuffer()
113 lenmax = std::max(PREFLEN[i], lenmax); in InitCodes()
118 for (int len : PREFLEN) in InitCodes()
133 if (PREFLEN[j] == i) in InitCodes()
145 size_t size = PREFLEN.size(); in ExtendBuffers()
[all …]
DJBig2_HuffmanTable.h30 const std::vector<int>& GetPREFLEN() const { return PREFLEN; } in GetPREFLEN()
45 std::vector<int> PREFLEN; variable
DJBig2_HuffmanTable_Standard.h13 uint8_t PREFLEN; member