Searched refs:LZ_BITS (Results 1 - 2 of 2) sorted by last modified time

/external/giflib/
H A Ddgif_lib.c938 /* The image can't contain more than LZ_BITS per code. */
939 if (Private->RunningBits > LZ_BITS) {
960 * If we're using LZ_BITS bits already and we're at the max code, just
965 Private->RunningBits < LZ_BITS) {
H A Dgif_lib_private.h19 #define LZ_BITS 12 macro

Completed in 57 milliseconds