Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_lzw.c150 long enc_ratio; /* current compression ratio */ member
834 sp->enc_ratio = 0; in LZWPreEncode()
987 sp->enc_ratio = 0; in LZWEncode()
1013 if (rat <= sp->enc_ratio) { in LZWEncode()
1015 sp->enc_ratio = 0; in LZWEncode()
1023 sp->enc_ratio = rat; in LZWEncode()