Home | History | Annotate | Download | only in doc

Lines Matching full:compressor

124             compressor.
161 the specifications presented here; a compliant compressor must
776 A compressor may limit further the ranges of values specified in
779 32K. Similarly, a compressor may limit the size of blocks so that
793 recommended that the implementor of a compressor follow the general
805 specification per se, and a compressor need not follow it in order to
808 The compressor terminates a block when it determines that starting a
810 fills up the compressor's block buffer.
812 The compressor uses a chained hash table to find duplicated strings,
816 compressor examines the hash chain for XYZ. If the chain is empty,
817 the compressor simply writes out X as a literal byte and advances one
820 same hash function value) has occurred recently, the compressor
825 The compressor searches the hash chains starting with the most recent
833 To improve overall compression, the compressor optionally defers the
835 been found, the compressor searches for a longer match starting at
843 compression ratio is most important, the compressor attempts a
846 compressor reduces the search for a longer match, thus speeding up
847 the process. If speed is most important, the compressor inserts new
899 compressor and decompressor is available within the zlib package at