Lines Matching full:1
26 (1)
30 | Line#1 |
34 {Out#1}
43 | Line#1 | Line#2 |
56 | Line#1 | Line#2 | Line#3 |
69 | .... | Line#X | Line#X+1 |
73 | {Out#X+1}
84 | .... | Line#X | Line#X+1 | Line#X+2 |
93 Next (see (1)), read first line to ringbuffer and compress it by `LZ4_compress_continue()`.
95 so it just compress the line without dependencies and generates compressed line {Out#1} to LZ4 comp…
96 After that, write {Out#1} to the file and forward ringbuffer offset.
99 But in this time, LZ4 can use dependency to Line#1 to improve compression ratio.
104 After resetting, at Line#X+1 pointer is not adjacent, but LZ4 still maintain its memory.
107 In Line#X+2 (see (5)), finally LZ4 forget almost all memories but still remains Line#X+1.