type github.com/andybalholm/brotli/matchfinder.Trio

8 uses

	github.com/andybalholm/brotli/matchfinder (current package)
		trio.go#L7: type Trio struct {
		trio.go#L15: func (z *Trio) Reset() {
		trio.go#L22: func (z *Trio) FindMatches(dst []Match, src []byte) []Match {
		trio.go#L316: func (z *Trio) hash5(u uint64) uint32 {
		trio.go#L320: func (z *Trio) hash8(u uint64) uint32 {
		trio.go#L324: func (z *Trio) hash12(u uint64, e uint32) uint32 {

	github.com/andybalholm/brotli
		writer.go#L141: 		mf = &matchfinder.Trio{MaxDistance: 1 << 20}

	github.com/andybalholm/brotli/flate
		writer.go#L32: 		mf = &matchfinder.Trio{MaxDistance: 1 << 15}