搜索资源列表
TryDCT.rar
- 这是一组DCT和iDCT的代码,都是基于x86构架汇编的或标准C的,有使用MMX、3Dnow或者SSE、SSE2,是陈氏算法的变种,可以参考Intel APP Notes 922
DCT_32.rar
- 快速DCT算法32位的C语言实现,乘法次数最少,可嵌入编码器及解码器使用
DCT_64.rar
- DCT快速算法64位的C语言实现,乘法次数目前最少,可嵌入解码器使用
JepgCodec
- 该程序实现了jpeg编码。开发平台:Window XP, Visual C++ 6.0。 HuffmanExp 哈夫曼编码 JpgVSbmp Jpg和Bmp格式相互转换的API封装 RWJpegExp JpegVC++类 VbTestDll VB调用Jpg和Bmp格式相互转换API函数的示例 jpeg jpeg中的前向DCT变换-the program achieved a jpeg coding. Platform : Window XP, Visual C 6.0.
2chapter3
- DCT域上影像縮小1/4的C程式,希望對大家有幫助-DCT domain imaging narrow 1 / 4 C programs, we hope to help
20061105111655356
- 基于C++语言的静态图象压缩编码,JPEG DCT量化编码 C++程序,对学习图像压缩编码的过程和具体实现很有帮助。-based on the C language static image compression, JPEG DCT quantization coding C procedures, learning right image coding process and to achieve specific helpful.
dct_lms_C
- Use DCT-LMS algorithm with recursions on C to estimate optimum weight vectors for linear estimation.
H.265_X86_DEMO
- ZPAV(小名H265),凝集 形态,分形,模糊,小波,数字图象处理学 等数学精华, 我 感受到了她的威猛的能量,听到了她的呐喊!她如春雷, 震撼着 单薄数学(DCT+ME+HUFFMAN等)的MPEGxx和H26xx的古老统治! ZPAV (H.265) 基本算法 :V0,V6 用了 二维小波;V8 用了 三维小波;V9 用了 四维小波; P帧(ME) 使用了 小波域运动估计;声音(A0,A6,A8,A9), 运动矢量(MV) 使用了 广义小波。 Z
c
- 資料壓縮的原理與應用 DCT域上影像縮小1by4的C程式
dct
- DCT by using c
fdct(1)
- 快速的DCT 变化C++代码,可以看一下
jpeg
- C代码完成jpeg编码和解码,包括dct,量化,zigzag以及霍夫曼编码、解码
test_dct
- 本程序是在VC++编译环境下,用纯C语言编写的2D-DCT变换,程序中用的是一个4*4的矩阵进行的变换,可以改为对一幅图像进行。运算结果正确,在Matlab中进行了检验,dct2()指令即进行DCT变换。有一定的参考价值。-This procedure is in VC++ compiler environment, written in pure C 2D-DCT transform, the program used is a 4 x 4 matrix for the transformat
DCT
- c语言DCT变换,还有逆变换,并且带有变换时间计算-dct transform
DCT_32
- 快速DCT算法32位的C语言实现,乘法次数最少,可嵌入编码器及解码器使用- Fast DCT the algorithm 32 C language realization, the multiplication number of times are least, may insert the encoder and the decoding use
DCT_64
- DCT快速算法64位的C语言实现,乘法次数目前最少,可嵌入解码器使用-DCT the fast algorithm 64 C language realization, the multiplication number of times at present are least, may insert the decoding use
image_compression_tc++
- DCT IMAGE COMPRESSION BY TURBO C-DCT IMAGE COMPRESSION BY TURBO C++
dct8x8
- 是DCT图象压缩的算法,是C编写的,是核心算法。-Is the DCT image compression algorithm is written C, is the core algorithm.
DCT
- 用C++实现离散余弦变换的程序 用C++实现离散余弦变换的程序用C++实现离散余弦变换的程序-C++ implementation procedures of the discrete cosine transform
DCT变换
- dct变换的C语言实现代码,用于大家参考,有较强的实用性