Searched refs:enc_ratio (Results 1 – 1 of 1) sorted by relevance
150 long enc_ratio; /* current compression ratio */ member834 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()