CCSDS 121.0-B-3 Lossless Data Compression (Rice/Golomb coding)
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

irmin: rename Heap.get -> Heap.find (merlint E325)

+1 -3
+1 -3
lib/rice.ml
··· 554 554 while 555 555 !b + !run < blocks_per_rsi 556 556 && !block_idx + !b + !run < total_blocks 557 - && is_zero_block residuals 558 - ((!block_idx + !b + !run) * j) 559 - j false 557 + && is_zero_block residuals ((!block_idx + !b + !run) * j) j false 560 558 do 561 559 incr run 562 560 done;