Lines Matching refs:compressor
122 compressor.
159 the specifications presented here; a compliant compressor must
763 A compressor may limit further the ranges of values specified in
766 32K. Similarly, a compressor may limit the size of blocks so that
780 recommended that the implementor of a compressor follow the general
791 specification per se, and a compressor need not follow it in order to
794 The compressor terminates a block when it determines that starting a
796 fills up the compressor's block buffer.
798 The compressor uses a chained hash table to find duplicated strings,
802 compressor examines the hash chain for XYZ. If the chain is empty,
803 the compressor simply writes out X as a literal byte and advances one
806 same hash function value) has occurred recently, the compressor
811 The compressor searches the hash chains starting with the most recent
819 To improve overall compression, the compressor optionally defers the
821 been found, the compressor searches for a longer match starting at
829 compression ratio is most important, the compressor attempts a
832 compressor reduces the search for a longer match, thus speeding up
833 the process. If speed is most important, the compressor inserts new
884 compressor and decompressor is available within the zlib package at