Home
last modified time | relevance | path

Searched refs:BITS_MIN (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/third_party/libtiff/
Dtif_lzw.c70 #define BITS_MIN 9 /* start with 9 bits */ macro
301 sp->lzw_maxcode = MAXCODE(BITS_MIN); in LZWPreDecode()
311 sp->lzw_maxcode = MAXCODE(BITS_MIN)-1; in LZWPreDecode()
314 sp->lzw_nbits = BITS_MIN; in LZWPreDecode()
319 sp->dec_nbitsmask = MAXCODE(BITS_MIN); in LZWPreDecode()
448 nbits = BITS_MIN; in LZWDecode()
449 nbitsmask = MAXCODE(BITS_MIN); in LZWDecode()
675 nbits = BITS_MIN; in LZWDecodeCompat()
676 nbitsmask = MAXCODE(BITS_MIN); in LZWDecodeCompat()
828 sp->lzw_nbits = BITS_MIN; in LZWPreEncode()
[all …]