Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_lzw.c151 long enc_incount; /* (input) data bytes encoded */ member
821 sp->enc_incount = 0; in LZWPreEncode()
893 incount = sp->enc_incount; in LZWEncode()
1018 sp->enc_incount = incount; in LZWEncode()
/external/opencv3/3rdparty/libtiff/
Dtif_lzw.c151 long enc_incount; /* (input) data bytes encoded */ member
814 sp->enc_incount = 0; in LZWPreEncode()
883 incount = sp->enc_incount; in LZWEncode()
1008 sp->enc_incount = incount; in LZWEncode()