microsoft / lepton_jpeg_rust

Port of DropBox Lepton compression to Rust
Apache License 2.0
129 stars 10 forks source link

Idea: Shrink sign_counts array to fit into a single cache line. #86

Open Melirius opened 4 months ago

Melirius commented 4 months ago

Only part of the array is used in VP8 decoding:

It gives 25 2-byte branches used instead of 36 in current array.