Searched refs:lz77_type (Results 1 – 1 of 1) sorted by relevance
890 int i, lz77_type; in GetBackwardReferences() local902 for (lz77_type = 1; lz77_types_to_try; in GetBackwardReferences()903 lz77_types_to_try &= ~lz77_type, lz77_type <<= 1) { in GetBackwardReferences()906 if ((lz77_types_to_try & lz77_type) == 0) continue; in GetBackwardReferences()907 switch (lz77_type) { in GetBackwardReferences()961 lz77_types_best[i] = lz77_type; in GetBackwardReferences()