搜索资源列表
video_compression_systems
- 根据jpeg标准用verilog语言编写的视频编码器,此编码器可作为一个通用IP使用,完成数字音频/视频的编解码功能-under jpeg standards with the Verilog language video encoder, this encoder can be used as a common IP use, complete digital audio / video codec
Encoder
- MPEG-2视频压缩编码.主要包括DCT变换,对DCT变换得到的系数进行量化,和熵编码,运动估计,运动补偿等内容.可参考书籍《Visual C++实现MPEG/JPEG编解码技术》来进行学习。
jpeg-6b-4-src
- Jpeg Encoder and decoder implementation
jpeg_enc
- 实现JPEG Encoder,可以将BMP档案读入并进行压缩编码 -This is a JPEG enoder, the user can read the bmp file and encode it as a jpg file
ITU-T
- the key processing steps of the Baseline JPEG encoder and decoder. (Refer to the attached ITU-T Recommendation T.81 for detailed information.)
JPEG_Encoder
- the source code for the JPEG encoder in MATLAB language
y_huff
- 对于视频编解码感兴趣的初学者非常有帮助,深入学习霍夫曼编码中的细节!-For beginners interested in video codec is very helpful, in-depth study the details of the JPEG encoder
rgb2ycbcr
- 对于视频编解码感兴趣的初学者非常有帮助,深入学习JPEG编码中RGB转成YUV格式的细节!-For beginners interested in video codec is very helpful, in-depth study details of the JPEG encoder RGB to YUV format!
simplest_ffmpeg_pic_encoder
- 最简单的基于FFMPEG的图像编码器(YUV编码为JPEG)。代码调用FFMPEG类库实现了YUV420P的数据编码为JPEG图片。 详细信息《最简单的基于FFMPEG的图像编码器(YUV编码为JPEG)》: http://blog.csdn.net/leixiaohua1020/article/details/25346147-a simplest picture encoder based on FFmpeg. The software is based on VC 2010.