Searched refs:MAX_LWZ_BITS (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libtk/generic/
H A DtkImgGIF.c63 #define MAX_LWZ_BITS 12 macro
533 static int table[2][(1<< MAX_LWZ_BITS)];
534 static int stack[(1<<(MAX_LWZ_BITS))*2], *sp;
555 for (; i < (1<<MAX_LWZ_BITS); ++i) {
582 for (; i < (1<<MAX_LWZ_BITS); ++i) {
631 if ((code = max_code) <(1<<MAX_LWZ_BITS)) {
636 if ((max_code>=max_code_size) && (max_code_size < (1<<MAX_LWZ_BITS))) {

Completed in 256 milliseconds