Searched refs:lzw_nextbits (Results 1 – 1 of 1) sorted by relevance
107 #define lzw_nextbits base.nextbits macro315 sp->lzw_nextbits = 0; in LZWPreDecode()429 nextbits = sp->lzw_nextbits; in LZWDecode()550 sp->lzw_nextbits = nextbits; in LZWDecode()650 nextbits = sp->lzw_nextbits; in LZWDecodeCompat()756 sp->lzw_nextbits = nextbits; in LZWDecodeCompat()817 sp->lzw_nextbits = 0; in LZWPreEncode()897 nextbits = sp->lzw_nextbits; in LZWEncode()1023 sp->lzw_nextbits = nextbits; in LZWEncode()1040 long nextbits = sp->lzw_nextbits; in LZWPostEncode()