Home
last modified time | relevance | path

Searched defs:compressor (Results 1 – 5 of 5) sorted by relevance

/prebuilts/go/linux-x86/src/compress/flate/
Ddeflate.go81 type compressor struct { struct
82 compressionLevel
84 w *huffmanBitWriter
85 bulkHasher func([]byte, []uint32)
88 fill func(*compressor, []byte) int // copy data to window
89 step func(*compressor) // process window
90 bestSpeed *deflateFast // Encoder for BestSpeed
97 chainHead int
98 hashHead [hashSize]uint32
99 hashPrev [windowSize]uint32
[all …]
/prebuilts/go/linux-x86/src/archive/zip/
Dregister.go133 func compressor(method uint16) Compressor { func
Dwriter.go538 func (w *Writer) compressor(method uint16) Compressor { func
/prebuilts/go/linux-x86/src/compress/zlib/
Dwriter.go32 compressor *flate.Writer member
/prebuilts/go/linux-x86/src/compress/gzip/
Dgzip.go35 compressor *flate.Writer member