arithmetic-coding
There are 95 repositories under arithmetic-coding topic.
leandromoreira/digital_video_introduction
A hands-on introduction to video technology: image, video, codec (av1, vp9, h265) and more (ffmpeg encoding). Translations: 🇺🇸 🇨🇳 🇯🇵 🇮🇹 🇰🇷 🇷🇺 🇧🇷 🇪🇸
nayuki/Reference-arithmetic-coding
Clear implementation of arithmetic coding for educational purposes in Java, Python, C++.
dropbox/divans
Building better compression together
ionescu007/minlzma
The Minimal LZMA (minlzma) project aims to provide a minimalistic, cross-platform, highly commented, standards-compliant C library (minlzlib) for decompressing LZMA2-encapsulated compressed data in LZMA format within an XZ container, as can be generated with Python 3.6, 7-zip, and xzutils
fab-jul/torchac
Entropy coding / arithmetic coding for PyTorch
powturbo/Turbo-Range-Coder
TurboRC - Fastest Range Coder + Arithmetic Coding / Fastest Asymmetric Numeral Systems
ahmedfgad/ArithmeticEncodingPython
Data Compression using Arithmetic Encoding in Python
lucastheis/rangecoder
a fast range coder in C++, using SSE
Ritwik00025/Data-Compression
The implementation of various data compression techniques.
tongdaxu/YAECL-Yet-Another-Entropy-Coding-Library
YAECL: Yet Another Entropy Coding Library for Neural Compression Research, with Arithmetic Coding and Asymmetric Numeral Systems support
tuliopereirab/arithmetic-encoder-av1
This project is being developed as part of a Master's degree research sponsored by Brazil's CNPQ. It's goal is to design a hardware architecture to accelerate the AV1 arithmetic encoder.
cgbur/arcode-rs
An arithmetic coder for Rust.
WangXuan95/LLMA
LLMA = LLM + Arithmetic coder, which use LLM to do insane text data compression. LLMA=大模型+算术编码,它能使用LLM对文本数据进行暴力的压缩,达到极高的压缩率。
kodejuice/arithmetic-compressor
Arithmetic coding library with statistical models like PPM and Context mixing (demonstrating core principles of probabilistic inference, ensemble learning in AI)
danieleades/arithmetic-coding
Arithmetic coding library
aashrafh/ArithmeticCoding
Image compression using arithmetic coding algorithm
dmitrykravchenko2018/arithmetic_coding
Arithmetic Coding for Data Compression
kailiuXD/xdcom
This is a demo for still image compression application
snovvcrash/libcoders
File compression library | Shennon | Fano | Huffman | Bigram Huffman | Adaptive Huffman | Arithmetic coding
upupming/arithmetic-coding
:wrench: Arithmetic coding algorithm implemented in Node.js, both API and CLI support. 算术编码 npm 包,支持 API 调用和 CLI。
CaffeineViking/lzw
LZW and AAC Data Compression
irifrance/dbc
Embeddable dynamic bit sequence compressor using arithmetic coding
peterbudai/redux
Adaptive Arithmetic Compression Library Written in Rust.
AkhilRai28/ALUBuilder
A Verilog project for designing an Arithmetic Logic Unit (ALU) using pre-existing logic blocks. This ALU performs fundamental operations such as addition, subtraction, and logical shifts in a CPU architecture.
AndyyyYuuu/lm-is-compressor
An accurate language model is a high-compression, lossless data compressor
dee0xeed/fpaq0p
An implementation of fpaq0p in Zig (and something more...)
m-pana/arithmetic-coding
MATLAB implementation of the arithmetic encoding algorithm.
scresh/arithmetic_coding
Implementation of lossless data compression technique written in Python.
Cedrickly/Master-s-Research-Project
A hybrid approach combining texture-based (GLCM) and deep learning (ResNet50) features with unsupervised clustering and supervised classification for detecting liver diseases. Achieved 99%-100% accuracy using SVM, XGBoost, and Random Forest on pseudo-labeled medical imaging datasets
shrdlu68/sabac
A Simple Adaptive Binary Arithmetic Coder
AbdallahHemdan/Arithmetic-Coding
🗃 Implementation of encoding and decoding of Arithmetic-Coding algorithm using python..
brocbyte/ctw
implementation of the CTW algorithm
hugcis/rust-rans
A Rust implementation of range Asymmetric numeral systems (rANS)
Jonny-exe/arithmetic-coding-compression
This is an implementation of arithmetic coding used for compression
scrat98/data-compressor
Data compressor based on RLE + BWT + MTF + RLE + A0 and also JpegCompressor
vahidzee/zcode
My own Unicode compression algorithm