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
820 sp->enc_ratio = 0; in LZWPreEncode()
972 sp->enc_ratio = 0; in LZWEncode()
998 if (rat <= sp->enc_ratio) { in LZWEncode()
1000 sp->enc_ratio = 0; in LZWEncode()
1008 sp->enc_ratio = rat; in LZWEncode()