Searched refs:lenmax (Results 1 – 3 of 3) sorted by relevance
102 int lenmax = 0; in InitCodes() local104 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()
70 raw->lenmax = len; in opj_raw_init_dec()80 if (raw->len == raw->lenmax) { in opj_raw_decode()
58 OPJ_UINT32 lenmax; member