Loading [MathJax]/extensions/MathZoom.js
Application of Varint_LZW encoding algorithm in image compression | IEEE Conference Publication | IEEE Xplore

Application of Varint_LZW encoding algorithm in image compression


Abstract:

The rapid development of information technology has brought tremendous pressure to data transmission and compression, so data compression has great significance. Data com...Show More

Abstract:

The rapid development of information technology has brought tremendous pressure to data transmission and compression, so data compression has great significance. Data compression before transmission can reduce transmission bandwidth, and data compression before storage can reduce data storage. The Lempel-Ziv-Welch (LZW) coding process has a very high requirement on the bit width of the data cached in the dictionary in RAM for such images with the same color appearing continuously. LZW is used to encode the same 16-bit pixel data continuously. When the data is encoded to 128 pixels, the 128bit wide RAM will be filled up. If the same data is continued to be encoded, the RAM will overflow the data. In this paper, Varint encoding algorithm is introduced to solve this problem, and Varint encoding is carried out before LZW encoding. Varint has good compression effect on high continuous and repeated data. Therefore, for this type of data, Varint_LZW encoding shows lower utilization rate of RAM bit width than LZW encoding.
Date of Conference: 05-07 November 2021
Date Added to IEEE Xplore: 24 June 2022
ISBN Information:
Conference Location: Hangzhou, China

Contact IEEE to Subscribe

References

References is not available for this document.