HomeSort by relevance Sort by last modified time
    Searched refs:NTEMP (Results 1 - 4 of 4) sorted by null

  /external/pdfium/core/fxcodec/jbig2/
JBig2_HuffmanTable.cpp 22 : m_bOK(true), HTOOB(bHTOOB), NTEMP(nLines) {
27 : HTOOB(false), NTEMP(0) {
34 PREFLEN.resize(NTEMP);
35 RANGELEN.resize(NTEMP);
36 RANGELOW.resize(NTEMP);
37 for (uint32_t i = 0; i < NTEMP; ++i) {
70 if ((pStream->readNBits(HTPS, &PREFLEN[NTEMP]) == -1) ||
71 (pStream->readNBits(HTRS, &RANGELEN[NTEMP]) == -1) ||
72 (static_cast<size_t>(RANGELEN[NTEMP]) >= 8 * sizeof(cur_low))) {
75 RANGELOW[NTEMP] = cur_low.ValueOrDie()
    [all...]
JBig2_HuffmanTable.h 28 uint32_t Size() const { return NTEMP; }
43 uint32_t NTEMP;
JBig2_Context.h 88 void huffman_assign_code(JBig2HuffmanCode* SBSYMCODES, int NTEMP);
JBig2_Context.cpp     [all...]

Completed in 428 milliseconds