Home | History | Annotate | Download | only in flate

Lines Matching full:bestspeed

15 	BestSpeed          = 1
66 {1, 0, 0, 0, 0, 0}, // BestSpeed uses a custom algorithm; see deflatefast.go.
90 bestSpeed *deflateFast // Encoder for BestSpeed
353 d.bestSpeed.reset()
359 d.tokens = d.bestSpeed.encode(d.tokens[:0], d.window[:d.windowEnd])
587 BestSpeed:
592 d.bestSpeed = newDeflateFast()
615 case BestSpeed:
618 d.bestSpeed.reset()
655 // Following zlib, levels range from 1 (BestSpeed) to 9 (BestCompression);