Searched refs:current_offset (Results 1 – 1 of 1) sorted by relevance
1700 unsigned current_offset, current_length; in encodeLZ77() local1738 … current_offset = (unsigned)(hashpos <= wpos ? wpos - hashpos : wpos - hashpos + windowsize); in encodeLZ77()1740 … if(current_offset < prev_offset) break; /*stop when went completely around the circular buffer*/ in encodeLZ77()1741 prev_offset = current_offset; in encodeLZ77()1742 if(current_offset > 0) { in encodeLZ77()1745 backptr = &in[pos - current_offset]; in encodeLZ77()1763 offset = current_offset; /*the offset that is related to this longest length*/ in encodeLZ77()