自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(44)
  • 资源 (11)
  • 收藏
  • 关注

原创 LCU单元分割(续)

上一篇文章对每个LCU进行遍历所有的CU分支,只是显示LCU的分割过程,但是并不能确定一个LCU分割结果,经过zhuix7788指出,意识到自己的误区了,后来通过一天的折腾,终于找到了真正的分割输出的结果。因为一个LCU的最终分割是要经过预测和熵编码后才能通过率失真代价确定。所以,可以在m_pcCuEncoder->compressCU( pcCU );后查看pcCU->m_puhDepth对应的

2012-12-09 18:15:15 5271 6

原创 HEVC帧内预测编码之LCU四叉树结构分块

从十月份开始,接触HEVC已经将近两个月了,可是效果并不是很明显,这两天都在看代码,经过一段时间的折腾,加上分析学习HEVC_CJL兄弟的文章,终于对HEVC帧内预测编码有了一定的理解,现在主要把本人对于如何LCU如何进一步细分成CU的过程跟大家分享一下,好了,闲话少叙,下面进入主题:首先,对于四叉树的分割形式,大家想必都已经了解了,这里就不进行过多的赘述,下面是常见的四叉树结构示意图

2012-12-07 20:26:31 6862 5

转载 由电脑缺扫雷游戏想到的: 如何把自己的.exe放到系统中?

转自:http://blog.csdn.net/stpeace/article/details/8266821在Windows中,有自带的扫雷游戏,但有的电脑上没有,怎么办呢?从另外电脑上把winmine.exe复制过来就可以了,下面不谈扫雷游戏,而谈如何把自己做的日历变成Windows操作系统的一部分.       编译链接下面的程序,生成myCalendar.exe

2012-12-07 14:44:05 987

翻译 基于HEVC的码率控制的相关提案的文献综述

开博首篇,以下我自己翻译的HEVC提案中有关码率控制的最新几篇文章的摘要和介绍,个人水平有限,还望不吝赐!=======================================================================================Novel coding tree unitlayer scheme for rate control

2012-12-07 10:05:45 4850 1

HEVC开源编码器x265

Open Source (GPL) H.265/HEVC video encoder 下载网址:https://bitbucket.org/multicoreware/x265/src x265 developer wiki To compile x265 you must first install Mercurial (or TortoiseHg on Windows) and CMake. Then follow these easy steps: (for the most definitive instructions, consult our build README) Linux Instructions # ubuntu packages: $ sudo apt-get install mercurial cmake cmake-curses-gui build-essential yasm # Note: if the packaged yasm is older than 1.2, you must download yasm-1.2 and build it $ hg clone https://bitbucket.org/multicoreware/x265 $ cd x265/build/linux $ ./make-Makefiles.bash $ make Windows (Visual Studio) Instructions $ hg clone https://bitbucket.org/multicoreware/x265 Then run make-solutions.bat in the build\ folder that corresponds to your favorite compiler, configure your build options, click 'configure', click 'generate', then close cmake-gui. You will be rewarded with an x265.sln file. Also see cmake documentation. Intel Compiler Instructions On Windows, you should open an Intel Compiler command prompt and within it run one of the make-makefiles.bat scripts in build/icl32 or build/icl64, then run nmake. On Linux, you can tell cmake to build Makefiles for icpc directly. This requires you to have configured Intel's compiler environment (by sourcing the appropriate shell script). For example: $ source /opt/intel/composer_xe_2013/bin/compilervars.sh intel64 $ cd repos/x265/build/linux $ export CXX=icpc $ export CC=icc $ ./make-Makefiles $ make Command line interface The Makefile/solution builds a static encoder.lib library and a standalone x265 executable that aims to be similar to x264 in its command line interface. Running without arguments shows you the command line help. Info Mission Statement Road Map TODO HOWTO add a new encoder performance primitive HOWTO Contribute patches to x265 HOWTO cross compile from Linux to Windows Coding Style Helpful links

2013-09-19

3D-HEVC Test Model 2

3D-HEVC Test Model 2

2013-03-12

openHEVC-hm10.0

基于HEVC的开源代码 openHEVC-hm10.0,功能强大!

2013-03-03

使用VS2008来制作YUV播放器的方法及其所需代码

420yuv播放器的制作方法:使用VS2008来制作YUV播放器的方法及其所需代码(完整详细),值得参考!

2013-01-16

YUV转换成BMP格式

YUV播放器的开发作为一个简单,方便和易于使用的播放器,可让您播放和查看YUV和UYUV视频文件。 YUV播放器是一个好用的工具,可以让您保存帧图像(截图)。还可以改变视频的框架。很方便,很实用!

2012-12-28

HEVC码流分析软件

支持HEVC的CU/PU/TU,预测模式,宏块信息,参考序列等信息的分析,功能强大。 H.265/HEVC Byte Stream format(Annex B) Full Playback Mode, including : + Display Order Playback: Play/Pause/FF/FR/StepForward/StepBackward. + Decoding Order Playback: Play/Pause/FF/StepForward. I/P/B CU insight analysis, including: + mb type + intra/inter prediction information + ref list + I/P/B CU mode overlay display CU pixel and picture display in all decoding stages, including: + Finally decoded pixels + Pixels before Deblocking Filter + Predicted Pixels + Pixels from residual data + IDCT coefficients Detailed statistics information + Bit numbers for the picture & encoding rate + CU bit histogram per mb type + CU bit display in Binary View Overlay display on + Bit numbers for each CU + Block Structures + Motion Vectors + Slice Boundaries + Tile Boundaries Header Information, including: + NALU tree + SPS tree + PPS tree + Slice Header tree Dump decoded YUV Pixel/CU/Picture Summary into file.

2012-12-16

基于HEVC的测试平台HM9

基于HEVC的开发平台HM9.0,该平台由HHI公司提供

2012-12-06

aic33_mcasp

aic33_mcasp;DM6437,达芬奇平台的音频处理程序

2011-12-14

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除