Home | History | Annotate | Download | only in source

Lines Matching full:huffcode

160 	uint16 huffcode [257];
173 huffcode [p++] = code;
193 htbl->ehufco [htbl->huffval [p]] = huffcode [p];
209 htbl->mincode [l] = huffcode [p];
213 htbl->maxcode [l] = huffcode [p - 1];
246 code = huffcode [p];