rename tans to tANS
authorGeoffrey Allott <geoffrey@allott.email>
Tue, 2 Aug 2022 07:50:21 +0000 (08:50 +0100)
committerGeoffrey Allott <geoffrey@allott.email>
Tue, 2 Aug 2022 07:50:21 +0000 (08:50 +0100)
commiteedfc65bf13aaea2d02ddb26ef5201b897565c0a
tree29740da28027db1d2f4d360e673f5f46a1dc4271
parentddd98dfbfc3edaeb30c867d96351b6e151933f98
rename tans to tANS
20 files changed:
Makefile
src/tANS_constants.h [moved from src/tans_constants.h with 100% similarity]
src/tANS_decode_st.c [moved from src/tans_decode_st.c with 73% similarity]
src/tANS_decode_st.h [new file with mode: 0644]
src/tANS_decode_tbl.c [moved from src/tans_decode_tbl.c with 78% similarity]
src/tANS_decode_tbl.h [new file with mode: 0644]
src/tANS_encode_st.c [moved from src/tans_encode_st.c with 83% similarity]
src/tANS_encode_st.h [new file with mode: 0644]
src/tANS_encode_tbl.c [moved from src/tans_encode_tbl.c with 71% similarity]
src/tANS_encode_tbl.h [new file with mode: 0644]
src/tANS_freq_tbl.c [moved from src/tans_freq_tbl.c with 92% similarity]
src/tANS_freq_tbl.h [moved from src/tans_freq_tbl.h with 59% similarity]
src/tANS_symbol_tbl.c [moved from src/tans_symbol_tbl.c with 87% similarity]
src/tANS_symbol_tbl.h [new file with mode: 0644]
src/tans_decode_st.h [deleted file]
src/tans_decode_tbl.h [deleted file]
src/tans_encode_st.h [deleted file]
src/tans_encode_tbl.h [deleted file]
src/tans_symbol_tbl.h [deleted file]
test/test_tANS.c