CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 宏块

搜索资源列表

  1. OS

    0下载:
  2. LRU算法的实现 5、最近最久未使用页面算法说明: M为内存块; N为页面数; M和N的初始值分别为3和15。根据需要可以修改宏定义来修改M和N的值。 通过输入15个数值,作为页面号。 产生内存状态,显示调入的队列,并计算出缺页数和缺页率。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:22406
    • 提供者:Ryan
  1. BasicMotionVectorEstimation

    1下载:
  2. 运动估计块匹配算法 以下是工程中m文件的简单注释: main.m 可通过主函数调用各种基本的块匹配算法 FullSearch.m 全搜索法(又称为Exhaustive Search) ThreeStepSearch.m 三步搜索法(Three Step Search) NewTSS.m 新三步搜索法(New Three Step Search Algorithm) SESTSS.m 简便高效的三步搜索法(Simple And Efficient TSS)
  3. 所属分类:matlab

    • 发布日期:2017-05-17
    • 文件大小:4724753
    • 提供者:alan
  1. psnr

    0下载:
  2. 计算YUV文件的PSNR值,分别计算Y分量,U,V分量的PSNR值,还有宏块级的PSNR值-PSNR value calculated YUV file
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:987
    • 提供者:谭晶晶
  1. ssim_MB

    0下载:
  2. 关于视频质量评测内容,宏块级的SSIM值计算-Video quality evaluation on the contents of the macro block level SSIM value
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2466
    • 提供者:谭晶晶
  1. motionEstES

    0下载:
  2. 采用全搜索算法计算每个宏块的运动适量,其中返回值为每个宏块对应的运动适量和平均每个宏块所需的搜索点数目。-Computes motion vectors using exhaustive search method
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1104
    • 提供者:ld
  1. pmvfast

    0下载:
  2. MPEG-2/H263中用到的经典PMVFAST运动估计算法实现,支持16x16,16x8,8x8宏块大小,代码可直接运行,由C编写,方便移植-a motion estimation method of PMVFAST in MPEG-2/H.263,support 16x16,16x8,8x8 mb size
  3. 所属分类:Special Effects

    • 发布日期:2017-05-06
    • 文件大小:1514465
    • 提供者:徐歌行
  1. 61IC_H4231

    0下载:
  2. PAV (H265) 是 音视频 压缩解压 协议,非常不同于H264/MPEG4,ZPAV (H265) 的基本算法 是 小波,多级树集合群,广义小波,数学形态小波,...... ZPAV (H265) 基本算法 : 1,图象与声音分解与合成 :小波 ; 2,图象与声音前处理 :小波子带零交叉降噪,目标纹理处理,语音处理 ; 3,速率控制 :小波子带熵速率控制 ; 4,量化与反量化 :小波子带熵量化与反量化 ; 5,低频分量和高频分量的降维 :小波子带邻域交
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-17
    • 文件大小:4825704
    • 提供者:李阳
  1. 264-summary-of-sentence-and-syntax

    0下载:
  2. H.264句法和语法总结, 包括宏块,子宏块,残差,自适应等-264 summary of sentence and syntax...
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-04-17
    • 文件大小:235853
    • 提供者:viviChow
  1. Motion-estimation-and-testing

    0下载:
  2. 运动估计与识别运动估计的基本思想是将图像序列的每一帧分成许多互不重叠的宏块,并认为宏块内所有象素的位移量都相同,然后对每个宏块到参考帧某一给定特定搜索范围内根据一定的匹配准则找出与当前块最相似的块,即匹配块,匹配块与当前块的相对位移即为运动矢量。视频压缩的时候,只需保存运动矢量和残差数据就可以完全恢复出当前块。-Motion estimation and testingMotion estimation and testingMotion estimation and testingMotion
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-09
    • 文件大小:2401240
    • 提供者:
  1. quansousuo

    0下载:
  2. 编写针对一个搜索点宏块比较的下面两个匹配函数:均方误差(MSE)、绝对值误差(MAD)。函数名直接使用简写。要求当前帧和参考帧的数据均采用二维数组表示。-Writing for a search point macroblock compare the following two matching functions: the mean square error (MSE), absolute error (MAD). The function name directly using short
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:95301
    • 提供者:chu
  1. interpre

    1下载:
  2. 基于matlab的帧内16*16宏块预测代码实现,采用全搜索算法,后面有简化的DCT变换和量化过程-inter prediction of 16*16 macroblocks using Full Search Algorithm based on matlab, followed with simplified process of DCT transform and quantization
  3. 所属分类:Special Effects

    • 发布日期:2017-11-12
    • 文件大小:1619
    • 提供者:haha
  1. Inter_8_16_final

    0下载:
  2. 基于matlab的帧内8*16块预测,相比于宏块有更高的精度-inter prediction of 8*16 blocks based on matlab, acquiring a higher accurancy
  3. 所属分类:Special Effects

    • 发布日期:2017-11-26
    • 文件大小:1691
    • 提供者:haha
  1. fmo

    0下载:
  2. h.264视频压缩标准中灵活的宏块序列fmo算法的c程序-h.264 video compression standard a flexible macro the block sequence fmo algorithm c procedures
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-23
    • 文件大小:4100
    • 提供者:赵煌
  1. H.264-hongkuaibianma

    0下载:
  2. H.264宏块编码模式解析,值得推荐的好资料-H.264 macroblock coding mode analysis, it is recommended good information
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-11-11
    • 文件大小:142448
    • 提供者:shengronghui
  1. TML

    0下载:
  2. TML-9编码工程文件,包含宏块层编码,块层编码,运动矢量估计,区块滤波器等功能-TML-9 coding project file that contains the macroblock layer coding, block layer coding, motion vector estimation, block filters and other functions
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2475237
    • 提供者:大海
  1. print_yuv

    0下载:
  2. 按照宏块的顺序打印YUV文件,方便查看每个宏块的每个像素的值,用于视频压缩、解压缩软件的调试。-print yuv file in MB order to a .txt file, for check very macroblock, used in developing video codecs.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:2368
    • 提供者:heaven
  1. yuvTools

    0下载:
  2. YUV工具大集合,针对视频编码中测试序列常见的YUV视频进行处理。包括:将yuv420序列转换成avi文件;求两个序列之间,每个宏块之间的差异sad;视频序列psnr对比分析工具;YUV视频播放器;YUV各种格式的转换;YUV视频剪切等。-YUV large collection of tools, processing for video encoding test sequences common YUV video. Comprising: yuv420 sequence into avi
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-24
    • 文件大小:495084
    • 提供者:朴佳人
  1. encoder

    0下载:
  2. 264编码过程中的宏块的编码和条带的编码,以及最后的率失真代价的计算-264 encoding process of encoding and coded slice macroblock, and the final calculation of the rate-distortion cost. . .
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-04
    • 文件大小:59705
    • 提供者:asas
  1. BTOJ-EX

    0下载:
  2. 位图转JPG 其中的颜色空间转换,BGR颜色空间转换为YCbCr空间, 1. 要求使用查表法 2. 把切分出的宏块数据(16*48)写入D:/out.txt 3. 按4:2:0进行把BGR颜色空间转换到YCbCr空间, 亮度信号(16*16)写入到D:/outY.txt Cb信号(8*8)写入到D:/outCb.txt Cr信号(8*8)写入到D:/outCr.txt - Bitmap to JPG where the color space conv
  3. 所属分类:Special Effects

    • 发布日期:2017-06-22
    • 文件大小:42364928
    • 提供者:李小某
  1. OAI

    0下载:
  2. 在YUV420格式提取Y通道,在Y通道上每隔一个宏块丢失一个宏块(In the YUV420 format, the Y channel is extracted and a macroblock is lost at intervals of one macroblock on the Y channel)
  3. 所属分类:图形图象

    • 发布日期:2017-12-15
    • 文件大小:3831808
    • 提供者:香菜过敏
« 1 23 »
搜珍网 www.dssz.com