Description: 实现jpeg图像解码功能。
代码设计思路:1, Reconstruct the Huffman/RLE stream to a sequence
2, Arrange the sequence to a matrix using the zigzag scanning backwards
3, Multiply the matrix by quantization table
4, Perform inverse DCT
5, Shift the values by +128
6, Transform back to RGB color space
-Realize jpeg image decoding capabilities. Code design: 1, Reconstruct the Huffman/RLE stream to a sequence2, Arrange the sequence to a matrix using the zigzag scanning backwards3, Multiply the matrix by quantization table Platform: |
Size: 186368 |
Author:颜新卉 |
Hits:
Description: 一个用VHDL编写的实现mp3解码功能的代码。This folder contains three directories: Huffman, IMDCT and Filterbank, each of them
includes all the VHDL source codes of the component.-With the preparation of a VHDL function of the realization of mp3 decoding code. This folder contains three directories: Huffman, IMDCT and Filterbank, each of them includes all the VHDL source codes of the component. Platform: |
Size: 33792 |
Author:颜新卉 |
Hits:
Description: 用于FPGA的huffman算法的HDL编码,包括VHDL及Verilog代码。可用于JPEG及MPEG压缩算法。-The huffman algorithm for FPGA HDL coding, including VHDL and Verilog code. Can be used in JPEG and MPEG compression algorithms. Platform: |
Size: 10240 |
Author:caesar |
Hits:
Description: 用于视频运动图像编码的HUFFMAN编码,可广泛运用于MPEG-Moving Picture for video coding Huffman coding, can be widely applied to MPEG Platform: |
Size: 1568768 |
Author:zs |
Hits:
Description: 一个基于哈弗曼编码的解码器,用于jpeg格式的图片的解码,以及音频流解码。-Huffman code is used in the most streaming applications. I have written a Huffman decoder for jpeg pictures. For audio or other data streams the code have to adapt.
Platform: |
Size: 460800 |
Author:赵恒 |
Hits:
Description: In this design, it is assumed that a buffer sized as 1024x8 bits provides main data including scale factors and Huffman code bits to Huffman decoder.
Also, it is assumed that a memory with 1024x8 bits is ready for each component to write or read the output or input 576 frequency lines.-This folder contains three directories: Huffman, IMDCT and Filterbank, each of them
includes all the VHDL source codes of the component. Platform: |
Size: 36864 |
Author:睿宸 |
Hits: