Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_HuffmanTable.cpp111 int lenmax = 0; in InitCodes() local
113 lenmax = std::max(PREFLEN[i], lenmax); in InitCodes()
116 std::vector<int> LENCOUNT(lenmax + 1); in InitCodes()
117 std::vector<int> FIRSTCODE(lenmax + 1); in InitCodes()
123 for (int i = 1; i <= lenmax; ++i) { in InitCodes()