自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

转载 C++经典排序算法全集

C++排序算法全集 排序算法是一种基本并且常用的算法。由于实际工作中处理的数量巨大,所以排序算法对算法本身的速度要求很高。  一、简单排序算法  由于程序比较简单,所以没有加什么注释。所有的程序都给出了完整的运行代码,并在我的VC环境下运行通过。因为没有涉及MFC和WINDOWS的内容,所以在BORLAND C++的平台上应该也不会有什么问题的。在代码的后面给出了运行过程示意,希望对理解

2013-04-15 12:18:48 1082 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关注的人

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