ArithmeticCoding
0.0.0a
Arithmetic coding in C
|
C:/Users/clackn/Desktop/src/arithcode/app/test.c [code] | An simple demonstration |
C:/Users/clackn/Desktop/src/arithcode/src/ac.c [code] | Arithmetic coding implementation |
C:/Users/clackn/Desktop/src/arithcode/src/ac.h [code] | |
C:/Users/clackn/Desktop/src/arithcode/src/stream.c [code] | |
C:/Users/clackn/Desktop/src/arithcode/src/stream.h [code] | |
C:/Users/clackn/Desktop/src/arithcode/test/stream.cc [code] |