AV-Coding

Results 15 comments of AV-Coding

Yes, though the length isn't always divisible by 4KiB. We just round up to the next 4KiB boundary for the next block. So, the end of the previous block to...

Each block is an independent input of contiguous data up to 256KiB in size. Multiple blocks reside in a contiguous address/memory space on 4KiB boundaries. They are each independently compressed...

We have been hitting the issue once we updated to 1.5.2 from 1.2.0. We have not yet upgraded to a newer version for production level code given the process is...

Hello, we will be saving off the context before and after compression. We are wondering what fields and sub-fields are most important that we should include? We plan to add...

Hello, attached below are logs of the context state before and after compression. `pre_comp_ctxt_and_comp.log` has the logged context state and the end of the compression logs. `post_comp_ctxt.log` just logs the...