Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_HuffmanTable.cpp105 int lenmax = 0; in InitCodes() local
107 lenmax = std::max(PREFLEN[i], lenmax); in InitCodes()
110 std::vector<int> LENCOUNT(lenmax + 1); in InitCodes()
111 std::vector<int> FIRSTCODE(lenmax + 1); in InitCodes()
117 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