Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/jbig2/
DJBig2_HuffmanTable.cpp102 int lenmax = 0; in InitCodes() local
104 lenmax = std::max(PREFLEN[i], lenmax); in InitCodes()
107 std::vector<int> LENCOUNT(lenmax + 1); in InitCodes()
108 std::vector<int> FIRSTCODE(lenmax + 1); in InitCodes()
114 for (int i = 1; i <= lenmax; ++i) { in InitCodes()
/external/pdfium/third_party/libopenjpeg20/
Draw.c70 raw->lenmax = len; in opj_raw_init_dec()
80 if (raw->len == raw->lenmax) { in opj_raw_decode()
Draw.h58 OPJ_UINT32 lenmax; member