搜索资源列表
MPEG2-decode
- 基于intel IPP的MPEG2视频解码器,对反离散余弦变换和运动补偿进行了优化,可轻松胜任1920×1088分辨率的视频解码-The mpeg2 decoder based on intel IPP optimize IDCT and motion compensation and decode the 1920*1088 resolution of video easliy.
Dxvid_dllxvidcore-1.0.1srcdct
- 快速dct和idct的C程序源码,而且提供了一些优化了的idct的汇编代码。-C source code of fast DCT and IDCT, and some optimized compilation code of IDCT
dct_idct
- 4种不同的dct和idct算法源程序,对于学习dct和idct变换很有帮助-four different types of Extra and IDCT algorithm source for learning Extra transform helpful and IDCT
DCT变换及IDCT变换
- 多媒体编解码核心算法DCT/IDCT的实现-core multimedia codec algorithm DCT / IDCT the realization
tmn_dec_3.1.2
- H.263解码程序 包括各个层的解码程序和IDCT的程序实现。语言为C语言。包括可执行文件等-H.263 decoding procedures include various levels of IDCT decoding procedures and the procedures to achieve. Language to C language. Including executable files, etc.
DVT_HW3
- DCT,IDCT轉換 , Huffman code & Arithematic code 編碼 , RLC 編碼
离散余选变换
- 这是个DCT与IDCT的VC++下的源代码,直接运行就行。
dct.rar
- 已知两个不同图像块亮度数据如下: (1)分析DCT原理,采用DCT方法,编程并计算相应的DCT系数,分析系数分布特点。 (2)依据视觉特性分析量化表步长的分布特点,完成DCT系数量化。 (3)采用Z形扫描,实现输出数据的统计编码,形成Video stream。 (4)采用IDCT重建图像亮度数据,计算SAD大小,分析产生误差的原因及采用DCT进行数据压缩的原理。( ) (5)分别利用左上角1、3、6个系数重建图像,计算相应的SAD,并由
dct
- 8*8DCT,基于流水线设计,比较经典,可以用于JPEG,也可以用于H.264(需改为4*4)-8* 8DCT, based on the pipeline design, compare a classic, can be used in JPEG, can also be used for H.264 (to be replaced 4* 4)
Y1107125[1]
- 随着网络和通信系统的高速发展,交互式计算机和电视技术的普遍应用,以及现代远程教育技术的迫切需要,人们对多媒体数据的编码、解码技术提出了更高的要求。近几年来,视频压缩技术发展迅速,新的视频标准不断推出。MPEG-4是国际运动图像专家组[MPEG]在继MPEG-1和MPEG-2之后,制订的又一个ISO/IEC标准,即ISO/IEC 14496。它能够获得更高的音/视频压缩率,且具有基于内容的交互能力。目前MPEG-4也正在不断的修订,以提出更好的压缩及解压算法,在质量有损最小的前提下,获得更好的压缩
varshapune
- hi all there i am giving collection of multimedia progrms like dct idct varsha patil-hi all there i am giving collection of multimedia progrms like dct idct varsha patil
iDCT
- idct and good is loaded by varsha
IDCT
- anoter program for idct
mpeg2_idct_hw
- 2-D的DCT/IDCT在軟硬體上的verilog code-dct/idct source code for soc
videowatermarkDCT
- 一个基于DCT系数的视频水印嵌入程序,读取yuv文件,提取其中的若干帧,然后对每帧做DCT变换,在中低频修改系数值,然后做IDCT,再把每帧图像组成YUV格式播放。-DCT coefficients of a video-based watermark embedding program, read the yuv file, extract the number of frames, and then do each frame DCT transform coefficients in th
jpegDCT
- the function implements the DCT transform, using a matrix operator. note that matlab has a function for the DCT and iDCT transforms that might be more efficient.
Image-Compression
- DCT变换1、 提取彩色图像,将图像大小限制为512* 3; 2、 提取彩色图像三个颜色分量的矩阵,每个矩阵单独处理; 3、 将矩阵分为8*8的块,做DCT变换; 4、 提取每个块的一部分DCT系数做IDCT变换,显示基本图像; 5、 再提取每个块的一部分DCT系数做DCT反变换,得到增强层1,与前一次得到的数据叠加,得到质量更好的图像。 -DCT transform