Home | History | Annotate | Download | only in source

Lines Matching refs:MAX_CLEN

3188 	const int MAX_CLEN = 32;     	// assumed maximum initial code length
3190 uint8 bits [MAX_CLEN + 1]; // bits [k] = # of symbols with code length k
3294 if (codesize [i] > MAX_CLEN)
3319 for (i = MAX_CLEN; i > 16; i--)
3368 for (i = 1; i <= MAX_CLEN; i++)