搜索资源列表
H264的帧间宏块模式选择算法
- 这是一篇关于H.264编码部分帧间宏块模式选择算法文章。-This is a part of the H.264 coding frame-Block Mode selection algorithm article.
MPEG-4decode
- 本系统采用MEPG_4的SVP(Simple Visual Profile)视频解码。视频序列全部为矩形。所以不存在任意形状编码。视频序列按照视频对象层VOL(Video Object Layer)、视频对象平台VOP(Video Object Plane)、宏块MB(Macro Block)视顺序变成一串码流-MEPG_4 the SVP (Simple Visual Profile) Video decoder. All of the video sequence of rectangula
macroblock
- 这个是H.264中的C代码源程序中宏块那部分的 仅供参考-the H.264 is the C source code macros in that part of the block for reference
sad16x16
- TI C64x下求16x16宏块残差的手工汇编代码-TI C64x for 16x16 block Acer manual compilation error code
YUVDiff
- Haskell 代码。 对于 YUV 420 的图象,比较两个图象文件的差别像素,以宏块的方式表现。 我本人主要将之用于 H264 编解码器的 deblock 过程的测试辅助定位。 很容易扩展为 YUV422 或 444 格式的图象。 更详细用法见程序内的帮助。-Haskell code. YUV 420 for the images to compare the differences between image pixels, macro bl
YUVFileEditor
- 非常好的源码,用于比较两个YUV文件从第几帧开始的第几个宏块的数据有哪些差别,在视频编解码器验证及CODING的时候是非常好用的工具。-very good source. YUV used to compare two documents from the first few frames beginning of the first few pieces of data-what difference Video codecs CODING certification and the time
(zyq)mpeg2dec_transv5_dll_invoke
- mpeg压缩域数据宏块级半解码动态库,直接运行即可。
VideoRS
- 视频检索软件,yuv播放/宏块信息/直方图/视频播放
H264Visa
- 查看264码流的好工具,可以很好的查看每个宏块的具体编码信息
H.263c
- 本文分别在图像层和宏块层进行H.263的码率控制。在图像层采用后向自适应控制的方法,通过引入量化步长因子—编码输出比特数映射表,确定每帧图像量化步长因子的基准值。在宏块层采用前向控制的方法,根据视觉掩蔽特性设计模糊分类器,确定人眼对每个宏块的敏感程度和相应的量化步长因子。能在视频输出码率恒定的条件下,保持图像质量的稳定,取得较好的视觉效果。
H264mbblock.rar
- 关于H.264宏块编码模式解析, 详细分析H.264处理宏块压缩的流程序列,On the H.264 macroblock coding mode of analysis, detailed analysis of dealing with H.264 compression process macroblock sequence
PMVFAST.rar
- 钻石搜索法可以在帧间预测中准确的收索到匹配的宏块或者是子块,从而有效的降低码率和改善图像质量,Diamond Search interframe prediction method can accurately claim to match the collection of sub-macroblock or block, so as to effectively reduce the bit rate and improve image quality
AVSStreamEye
- 利用业余时间,仿照Elecard H.264 StramEye写的 中国AVS视频标准的码流分析工具,exe文件 不是源码,代码用delphi写的,需要的话请和我联系。支持逐帧分析,图形化显示每个宏块的信息。由于没有开发自己的解码引擎,所以解码速度有些慢 (最好别用太大的码流来测试它 :))。大家试用后有什么意见可以反馈给我。 解压后直接运行就可以了,绝没有病毒。 -Exe file is not source code, code written with delphi, if re
multigrid
- 怎样划分宏块的一个完整程序,该程序对一般的视频序列都很有用-How divided macroblock of a complete program of general video sequences are very useful
motion-estimation
- 图像中Up-conversion算法 使用运动估计来进行宏块估计,其中使用双向运动估计来提取信息-Up-conversion of images using motion estimation algorithm for macroblock estimates, which use bi-directional motion estimation to extract the information
H264Visa
- 软件。H.264视频解码后用该软件载入解码后的重建帧H.264_rec.yuv后可以看宏块采用的帧内,帧间预测模式,运动适量,残差等参数。-Software. H.264 video decoder after loading the software decoder frame reconstruction can be seen H.264_rec.yuv after the adoption of Intra macroblock, inter-frame prediction mode,
1sad16
- BLACKFIN下 16X16宏块运动估计实例-BlackFin under the 16X16 macroblock motion estimation example
blockmotioncompensation
- h.264中宏块的运动补偿详细介绍,很有用 h.264中宏块的运动补偿详细介绍,很有用-h.264 in the macro block motion compensation detailed and useful h.264 in the macro block motion compensation detailed and useful
macroblock
- 重点介绍了新一代视频压缩标准H.264编码器宏块分割选择的程序。-Highlights a new generation of video compression standard H.264 encoder macroblock partition selection process.
YUVPlayer1.2
- 本程序主要四大功能特点: 1、继承了 YUVViewer 可以同时打开多窗口的特点; 2、继承了 Elecard YUV Viewer 可以进行两幅图像对比的特点; 3、增加了宏块信息显示功能; 4、增加了两图对比时同步帧跳转功能: 例如对于错误码流,不同的错误隐藏算法可能造成解码序列长度不同,这时要比较两个序列就很不方便。而该功能正是为了解决这个问题,即以另一序列的显示图像为标准,在当前序列中寻找与其完全相同的图像。 -Four main features