Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_lzw.c104 #define lzw_maxcode base.maxcode macro
301 sp->lzw_maxcode = MAXCODE(BITS_MIN); in LZWPreDecode()
311 sp->lzw_maxcode = MAXCODE(BITS_MIN)-1; in LZWPreDecode()
815 sp->lzw_maxcode = MAXCODE(BITS_MIN); in LZWPreEncode()
899 maxcode = sp->lzw_maxcode; in LZWEncode()
1025 sp->lzw_maxcode = maxcode; in LZWEncode()
/external/opencv3/3rdparty/libtiff/
Dtif_lzw.c104 #define lzw_maxcode base.maxcode macro
299 sp->lzw_maxcode = MAXCODE(BITS_MIN); in LZWPreDecode()
309 sp->lzw_maxcode = MAXCODE(BITS_MIN)-1; in LZWPreDecode()
808 sp->lzw_maxcode = MAXCODE(BITS_MIN); in LZWPreEncode()
889 maxcode = sp->lzw_maxcode; in LZWEncode()
1015 sp->lzw_maxcode = maxcode; in LZWEncode()