CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - idct code

搜索资源列表

  1. 35647

    0下载:
  2. 4x4的不必采用dct/idct变换,H.264代码也好用。我在这也照着公式写了一个,也能用-4x4 without using the Copy / idct transform, or use H.264 code. I also wrote a shining on a formula also can be used
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1.11kb
    • 提供者:王芳
  1. final

    0下载:
  2. H.264视频压缩代码中用线形汇编改写的dct、idct和quant\iquant部分-H.264 video compression using linear compilation of code to rewrite the dct, idct and part quantiquant
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:4.75kb
    • 提供者:李强
  1. medct

    0下载:
  2. 修改过的,用线形汇编改写的DCT,QUANT,IDCT,IQUANT,代码-Modified with a linear compilation of rewriting the DCT, QUANT, IDCT, IQUANT, code
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:5.04kb
    • 提供者:李强
  1. fdctchange

    0下载:
  2. 图像变换算法,本代码实现普通DCT,快速DCT,快速IDCT算法-Image transform algorithm, the code to achieve common DCT, fast DCT, fast IDCT algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-29
    • 文件大小:134.22kb
    • 提供者:yan
  1. FDTCandIDTC

    0下载:
  2. IDCT,FDCT,以及霍夫曼编码,可以比较原始块和编码后的输出块间的误差-IDCT, FDCT, as well as the Huffman code, you can compare the original block and the code after the error between the output block
  3. 所属分类:Graph program

    • 发布日期:2017-04-13
    • 文件大小:3.17kb
    • 提供者:林和
  1. jpegdecode

    0下载:
  2. jpeg 解码分析,对jpeg 的熵解码,帧结构,还有idct变换的原理和实现做了详细的解释,并做了代码的分析。-jpeg decode analysis, jpeg entropy decoding, frame structure, there idct transform the theory and implementation a detailed explanation, and do the code analysis.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:929.98kb
    • 提供者:赵海涛
  1. 1

    0下载:
  2. 基于dct的图像转换,及fdct,以及idct的实现源代码,有需要的可以拿去-Dct-based image conversion, and fdct, and idct implementation source code, we need to take it
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2.38mb
    • 提供者:张远浩
  1. DCT_IDCT

    0下载:
  2. This FDCT and IDCT C-source code. -This is FDCT and IDCT C-source code.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:393.18kb
    • 提供者:MHM
  1. FDCT

    0下载:
  2. VC++图像DCT快速变换演示源码,一共演示了普通DCT、快速DCT、快速IDCT算法的实现,效果还不错-VC++ image DCT fast algorithm demo source code, demonstrates a total ordinary DCT, fast DCT, fast IDCT algorithm, results were pretty good
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:72.47kb
    • 提供者:
  1. Some-basic-transformations-in-MATLAB

    0下载:
  2. 图像处理的一些基本变换,FFT,IFFT,DCT,IDCT,小波变换,哈夫曼编码等的MATLAB程序代码。-Some basic image processing transform, FFT, IFFT, DCT, IDCT, wavelet transform, Huffman coding MATLAB program code.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-06
    • 文件大小:819kb
    • 提供者:Hopre
  1. D_IDCT

    0下载:
  2. 定点的idct源代码,自己编写的,对有需要的朋友应该有帮助.-spot idct source code, prepared by himself, in need of friends should help.
  3. 所属分类:Graph program

    • 发布日期:2017-04-13
    • 文件大小:1.89kb
    • 提供者:medMor
  1. FDTCandIDTC

    0下载:
  2. IDCT,FDCT,以及霍夫曼编码,可以比较原始块和编码后的输出块间的误差-IDCT, FDCT, as well as the Huffman code, you can compare the original block and the code after the error between the output block
  3. 所属分类:Graph program

    • 发布日期:2017-04-14
    • 文件大小:3.22kb
    • 提供者:uneThe
  1. xapp208

    0下载:
  2. xilinx 基于查找表方法实现的IDCT的verilog源码-Xilinx LUT-based method to achieve the IDCT of the Verilog source code
  3. 所属分类:Graph program

    • 发布日期:2017-04-03
    • 文件大小:8.58kb
    • 提供者:ening
  1. jpeg

    0下载:
  2. 自己写的jpeg的压缩,自己写的DCT以及IDCT,没有采用huffman编码,因为太难了,采用的是游程编码,可以直接运行,压缩比达到要求。内付文档详细说明代码。-Write your own jpeg compression, and write their own DCT and IDCT, did not use huffman coding, because too difficult, using run-length encoding, you can directly run th
  3. 所属分类:Special Effects

    • 发布日期:2017-04-28
    • 文件大小:161.18kb
    • 提供者:邓恬
  1. DCTAndIDCT

    0下载:
  2. 图像的DCT余弦变换(频谱变换),包括IDCT变换以及反变换。经过测试修改源代码中的笔误。包括理论。-Image DCT cosine transform (spectrum transform), comprising IDCT transform and inverse transform. Tested modify the source code of a clerical error. Including theoretical.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-31
    • 文件大小:12.61mb
    • 提供者:kanyoubao
搜珍网 www.dssz.com