Implement the Golomb-Rice and Exponential-Golomb encoder/decoder with C++
☆18May 16, 2022Updated 4 years ago
Alternatives and similar repositories for GolombCode
Users that are interested in GolombCode are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- rice: An ANSI C implementation of Rice coding (Golomb-Rice coding)☆16May 3, 2026Updated 2 weeks ago
- BMP to JPEG tool☆14Aug 24, 2013Updated 12 years ago
- Golang bindings for FFmpeg libraries☆11Feb 4, 2022Updated 4 years ago
- c语言实现H.264/AVC指数哥伦布编码☆26Apr 7, 2018Updated 8 years ago
- A windows app that can play yuv file and compare two yuv files.☆27May 6, 2017Updated 9 years ago
- Bare Metal GPUs on DigitalOcean Gradient AI • AdPurpose-built for serious AI teams training foundational models, running large-scale inference, and pushing the boundaries of what's possible.
- A Golomb encoding/decoding implementation in C