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