Tool/software: TI C/C++ Compiler
Hi,
I am using ccs compression utility __TI_decompress_lzss(), for general compression purpose. Can you share the equivalent compression utility.
Regards
Ajai
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: TI C/C++ Compiler
Hi,
I am using ccs compression utility __TI_decompress_lzss(), for general compression purpose. Can you share the equivalent compression utility.
Regards
Ajai
The full name for the compression algorithm is Lempel-Ziv-Storer-Szymanski. An internet search is likely to yield some useful results.
The source for the function __TI_decompress_lzss is part of the compiler distribution. Here is a typical location of the source file ...
C:\ti\ccs910\ccs\tools\compiler\ti-cgt-arm_18.12.2.LTS\lib\src\copy_decompress_lzss.c
Thanks and regards,
-George