Home
last modified time | relevance | path

Searched defs:match_byte (Results 1 – 4 of 4) sorted by relevance

/plan9-contrib/sys/src/cmd/lzip/
H A Dfast_encoder.c152 uchar match_byte = Mb_peek(&fe->eb.mb, reps[0] + 1); in FLZe_encode_member() local
H A Dencoder_base.h152 price_matched(Bit_model bm[], unsigned symbol, unsigned match_byte) in price_matched()
426 Re_encode_matched(Range_encoder *renc, Bit_model bm[], unsigned symbol, unsigned match_byte) in Re_encode_matched()
516 LZeb_price_matched(LZ_encoder_base *eb, uchar prev_byte, uchar symbol, uchar match_byte) in LZeb_price_matched()
530 LZeb_encode_matched(LZ_encoder_base *eb, uchar prev_byte, uchar symbol, uchar match_byte) in LZeb_encode_matched()
H A Dencoder.c222 uchar match_byte = Mb_peek(&e->eb.mb, reps[0] + 1); in encinit() local
508 uchar prev_byte, cur_byte, match_byte; in LZe_sequence_optimizer() local
693 uchar match_byte = Mb_peek(&e->eb.mb, in LZe_encode_member() local
H A Ddecoder.h223 Rd_decode_matched(Range_decoder *rdec, Bit_model bm[], unsigned match_byte) in Rd_decode_matched()