readme

来自「可用于TM1300/PNX1300系列DSP(主要用于视频处理)压缩库即应用例子」· 代码 · 共 20 行

TXT
20
字号
Requirements: For this example to run the followingrequirements are in place.- The environment must have access to the TCS FlashFile System. (see the flash example 'mkfs'). Theuse may need to change the Flash Driver in thismakefile to refer to a different flash driver.- The File system should contain files to compressand uncompress. (see zlib utilitiy tmSEA, or flashexample write_files.) Otherwise no measurements will be provided.This example was used to measure the time takento Compress data and then uncompress that samedata. The program uses the Flash IO Library.It reads all files in Flash, compresses the dataand then uncompress the data. The durationof each (un)compress is mearured and a Rate ofcompression and uncompression is then calculatedfor the data in each of the files on Flash.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?