文件名称:h.264-cuda-master
-
所属分类:
- 标签属性:
- 上传时间:2014-10-15
-
文件大小:457.01kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
This project seeks to implement H.264 (the standard x264 is based on) to run on CUDA. Specifically we attempt to write the motion estimation module in CUDA.
Motion estimation is currently the most computationally intensive portion of the H.264 encoding process. Previous attempts to parallelize this algorithm in CUDA showed sizeable speedups but sacrificed quality by ignoring the motion vector prediction (MVp). We demonstrate the viability of a hierarchical (pyramid) motion estimation algorithm in CUDA. This solution addresses the MVp problem while still taking advantage of the CUDA framework.-This project seeks to implement H.264 (the standard x264 is based on) to run on CUDA. Specifically we attempt to write the motion estimation module in CUDA.
Motion estimation is currently the most computationally intensive portion of the H.264 encoding process. Previous attempts to parallelize this algorithm in CUDA showed sizeable speedups but sacrificed quality by ignoring the motion vector prediction (MVp). We demonstrate the viability of a hierarchical (pyramid) motion estimation algorithm in CUDA. This solution addresses the MVp problem while still taking advantage of the CUDA framework.
Motion estimation is currently the most computationally intensive portion of the H.264 encoding process. Previous attempts to parallelize this algorithm in CUDA showed sizeable speedups but sacrificed quality by ignoring the motion vector prediction (MVp). We demonstrate the viability of a hierarchical (pyramid) motion estimation algorithm in CUDA. This solution addresses the MVp problem while still taking advantage of the CUDA framework.-This project seeks to implement H.264 (the standard x264 is based on) to run on CUDA. Specifically we attempt to write the motion estimation module in CUDA.
Motion estimation is currently the most computationally intensive portion of the H.264 encoding process. Previous attempts to parallelize this algorithm in CUDA showed sizeable speedups but sacrificed quality by ignoring the motion vector prediction (MVp). We demonstrate the viability of a hierarchical (pyramid) motion estimation algorithm in CUDA. This solution addresses the MVp problem while still taking advantage of the CUDA framework.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
h.264-cuda-master/
h.264-cuda-master/.gitignore
h.264-cuda-master/AUTHORS
h.264-cuda-master/COPYING
h.264-cuda-master/Doxyfile
h.264-cuda-master/Makefile
h.264-cuda-master/build/
h.264-cuda-master/build/win32/
h.264-cuda-master/build/win32/libx264.vcproj
h.264-cuda-master/build/win32/x264.sln
h.264-cuda-master/build/win32/x264.vcproj
h.264-cuda-master/common/
h.264-cuda-master/common/bs.h
h.264-cuda-master/common/cabac.c
h.264-cuda-master/common/cabac.h
h.264-cuda-master/common/common.c
h.264-cuda-master/common/common.h
h.264-cuda-master/common/cpu.c
h.264-cuda-master/common/cpu.h
h.264-cuda-master/common/dct.c
h.264-cuda-master/common/dct.h
h.264-cuda-master/common/display-x11.c
h.264-cuda-master/common/display.h
h.264-cuda-master/common/frame.c
h.264-cuda-master/common/frame.h
h.264-cuda-master/common/macroblock.c
h.264-cuda-master/common/macroblock.h
h.264-cuda-master/common/mc.c
h.264-cuda-master/common/mc.h
h.264-cuda-master/common/mdate.c
h.264-cuda-master/common/osdep.h
h.264-cuda-master/common/pixel.c
h.264-cuda-master/common/pixel.h
h.264-cuda-master/common/ppc/
h.264-cuda-master/common/ppc/dct.c
h.264-cuda-master/common/ppc/dct.h
h.264-cuda-master/common/ppc/deblock.c
h.264-cuda-master/common/ppc/mc.c
h.264-cuda-master/common/ppc/mc.h
h.264-cuda-master/common/ppc/pixel.c
h.264-cuda-master/common/ppc/pixel.h
h.264-cuda-master/common/ppc/ppccommon.h
h.264-cuda-master/common/ppc/predict.c
h.264-cuda-master/common/ppc/predict.h
h.264-cuda-master/common/ppc/quant.c
h.264-cuda-master/common/ppc/quant.h
h.264-cuda-master/common/predict.c
h.264-cuda-master/common/predict.h
h.264-cuda-master/common/quant.c
h.264-cuda-master/common/quant.h
h.264-cuda-master/common/set.c
h.264-cuda-master/common/set.h
h.264-cuda-master/common/sparc/
h.264-cuda-master/common/sparc/pixel.asm
h.264-cuda-master/common/sparc/pixel.h
h.264-cuda-master/common/visualize.c
h.264-cuda-master/common/visualize.h
h.264-cuda-master/common/vlc.c
h.264-cuda-master/common/x86/
h.264-cuda-master/common/x86/cabac-a.asm
h.264-cuda-master/common/x86/cpu-a.asm
h.264-cuda-master/common/x86/dct-32.asm
h.264-cuda-master/common/x86/dct-64.asm
h.264-cuda-master/common/x86/dct-a.asm
h.264-cuda-master/common/x86/dct.h
h.264-cuda-master/common/x86/deblock-a.asm
h.264-cuda-master/common/x86/mc-a.asm
h.264-cuda-master/common/x86/mc-a2.asm
h.264-cuda-master/common/x86/mc-c.c
h.264-cuda-master/common/x86/mc.h
h.264-cuda-master/common/x86/pixel-32.asm
h.264-cuda-master/common/x86/pixel-a.asm
h.264-cuda-master/common/x86/pixel.h
h.264-cuda-master/common/x86/predict-a.asm
h.264-cuda-master/common/x86/predict-c.c
h.264-cuda-master/common/x86/predict.h
h.264-cuda-master/common/x86/quant-a.asm
h.264-cuda-master/common/x86/quant.h
h.264-cuda-master/common/x86/sad-a.asm
h.264-cuda-master/common/x86/util.h
h.264-cuda-master/common/x86/x86inc.asm
h.264-cuda-master/common/x86/x86util.asm
h.264-cuda-master/config.guess
h.264-cuda-master/config.sub
h.264-cuda-master/configure
h.264-cuda-master/cuda.mk
h.264-cuda-master/doc/
h.264-cuda-master/doc/ratecontrol.txt
h.264-cuda-master/doc/regression_test.txt
h.264-cuda-master/doc/standards.txt
h.264-cuda-master/doc/threads.txt
h.264-cuda-master/doc/vui.txt
h.264-cuda-master/encoder/
h.264-cuda-master/encoder/analyse.c
h.264-cuda-master/encoder/analyse.h
h.264-cuda-master/encoder/cabac.c
h.264-cuda-master/encoder/cavlc.c
h.264-cuda-master/encoder/encoder.c
h.264-cuda-master/encoder/glDebug.cu
h.264-cuda-master/encoder/macroblock.c
h.264-cuda-master/encoder/macroblock.h
h.264-cuda-master/encoder/me.c
h.264-cuda-master/encoder/me.h
h.264-cuda-master/encoder/pyramid/
h.264-cuda-master/encoder/pyramid/cuda/
h.264-cuda-master/encoder/pyramid/cuda/cuda-me.cu
h.264-cuda-master/encoder/pyramid/cuda/cuda-me.h
h.264-cuda-master/encoder/pyramid/cuda/hier.h
h.264-cuda-master/encoder/pyramid/gold/
h.264-cuda-master/encoder/pyramid/gold/gold.c
h.264-cuda-master/encoder/pyramid/gold/gold.h
h.264-cuda-master/encoder/pyramid/gold/gold2.c
h.264-cuda-master/encoder/pyramid/gold/gold2.h
h.264-cuda-master/encoder/pyramid/gold/tests.c
h.264-cuda-master/encoder/pyramid/gold/tests.h
h.264-cuda-master/encoder/pyramid/pyramidRunner.c
h.264-cuda-master/encoder/pyramid/pyramidRunner.h
h.264-cuda-master/encoder/ratecontrol.c
h.264-cuda-master/encoder/ratecontrol.h
h.264-cuda-master/encoder/rdo.c
h.264-cuda-master/encoder/set.c
h.264-cuda-master/encoder/set.h
h.264-cuda-master/encoder/slicetype.c
h.264-cuda-master/extras/
h.264-cuda-master/extras/getopt.c
h.264-cuda-master/extras/getopt.h
h.264-cuda-master/extras/stdint.h
h.264-cuda-master/matroska.c
h.264-cuda-master/matroska.h
h.264-cuda-master/muxers.c
h.264-cuda-master/muxers.h
h.264-cuda-master/tools/
h.264-cuda-master/tools/checkasm-a.asm
h.264-cuda-master/tools/checkasm.c
h.264-cuda-master/tools/countquant_x264.pl
h.264-cuda-master/tools/me_tester/
h.264-cuda-master/tools/me_tester/me.py
h.264-cuda-master/tools/me_tester/me_gold.c
h.264-cuda-master/tools/q_matrix_jvt.cfg
h.264-cuda-master/tools/regression-test.pl
h.264-cuda-master/tools/xyuv.c
h.264-cuda-master/version.sh
h.264-cuda-master/x264.c
h.264-cuda-master/x26
h.264-cuda-master/.gitignore
h.264-cuda-master/AUTHORS
h.264-cuda-master/COPYING
h.264-cuda-master/Doxyfile
h.264-cuda-master/Makefile
h.264-cuda-master/build/
h.264-cuda-master/build/win32/
h.264-cuda-master/build/win32/libx264.vcproj
h.264-cuda-master/build/win32/x264.sln
h.264-cuda-master/build/win32/x264.vcproj
h.264-cuda-master/common/
h.264-cuda-master/common/bs.h
h.264-cuda-master/common/cabac.c
h.264-cuda-master/common/cabac.h
h.264-cuda-master/common/common.c
h.264-cuda-master/common/common.h
h.264-cuda-master/common/cpu.c
h.264-cuda-master/common/cpu.h
h.264-cuda-master/common/dct.c
h.264-cuda-master/common/dct.h
h.264-cuda-master/common/display-x11.c
h.264-cuda-master/common/display.h
h.264-cuda-master/common/frame.c
h.264-cuda-master/common/frame.h
h.264-cuda-master/common/macroblock.c
h.264-cuda-master/common/macroblock.h
h.264-cuda-master/common/mc.c
h.264-cuda-master/common/mc.h
h.264-cuda-master/common/mdate.c
h.264-cuda-master/common/osdep.h
h.264-cuda-master/common/pixel.c
h.264-cuda-master/common/pixel.h
h.264-cuda-master/common/ppc/
h.264-cuda-master/common/ppc/dct.c
h.264-cuda-master/common/ppc/dct.h
h.264-cuda-master/common/ppc/deblock.c
h.264-cuda-master/common/ppc/mc.c
h.264-cuda-master/common/ppc/mc.h
h.264-cuda-master/common/ppc/pixel.c
h.264-cuda-master/common/ppc/pixel.h
h.264-cuda-master/common/ppc/ppccommon.h
h.264-cuda-master/common/ppc/predict.c
h.264-cuda-master/common/ppc/predict.h
h.264-cuda-master/common/ppc/quant.c
h.264-cuda-master/common/ppc/quant.h
h.264-cuda-master/common/predict.c
h.264-cuda-master/common/predict.h
h.264-cuda-master/common/quant.c
h.264-cuda-master/common/quant.h
h.264-cuda-master/common/set.c
h.264-cuda-master/common/set.h
h.264-cuda-master/common/sparc/
h.264-cuda-master/common/sparc/pixel.asm
h.264-cuda-master/common/sparc/pixel.h
h.264-cuda-master/common/visualize.c
h.264-cuda-master/common/visualize.h
h.264-cuda-master/common/vlc.c
h.264-cuda-master/common/x86/
h.264-cuda-master/common/x86/cabac-a.asm
h.264-cuda-master/common/x86/cpu-a.asm
h.264-cuda-master/common/x86/dct-32.asm
h.264-cuda-master/common/x86/dct-64.asm
h.264-cuda-master/common/x86/dct-a.asm
h.264-cuda-master/common/x86/dct.h
h.264-cuda-master/common/x86/deblock-a.asm
h.264-cuda-master/common/x86/mc-a.asm
h.264-cuda-master/common/x86/mc-a2.asm
h.264-cuda-master/common/x86/mc-c.c
h.264-cuda-master/common/x86/mc.h
h.264-cuda-master/common/x86/pixel-32.asm
h.264-cuda-master/common/x86/pixel-a.asm
h.264-cuda-master/common/x86/pixel.h
h.264-cuda-master/common/x86/predict-a.asm
h.264-cuda-master/common/x86/predict-c.c
h.264-cuda-master/common/x86/predict.h
h.264-cuda-master/common/x86/quant-a.asm
h.264-cuda-master/common/x86/quant.h
h.264-cuda-master/common/x86/sad-a.asm
h.264-cuda-master/common/x86/util.h
h.264-cuda-master/common/x86/x86inc.asm
h.264-cuda-master/common/x86/x86util.asm
h.264-cuda-master/config.guess
h.264-cuda-master/config.sub
h.264-cuda-master/configure
h.264-cuda-master/cuda.mk
h.264-cuda-master/doc/
h.264-cuda-master/doc/ratecontrol.txt
h.264-cuda-master/doc/regression_test.txt
h.264-cuda-master/doc/standards.txt
h.264-cuda-master/doc/threads.txt
h.264-cuda-master/doc/vui.txt
h.264-cuda-master/encoder/
h.264-cuda-master/encoder/analyse.c
h.264-cuda-master/encoder/analyse.h
h.264-cuda-master/encoder/cabac.c
h.264-cuda-master/encoder/cavlc.c
h.264-cuda-master/encoder/encoder.c
h.264-cuda-master/encoder/glDebug.cu
h.264-cuda-master/encoder/macroblock.c
h.264-cuda-master/encoder/macroblock.h
h.264-cuda-master/encoder/me.c
h.264-cuda-master/encoder/me.h
h.264-cuda-master/encoder/pyramid/
h.264-cuda-master/encoder/pyramid/cuda/
h.264-cuda-master/encoder/pyramid/cuda/cuda-me.cu
h.264-cuda-master/encoder/pyramid/cuda/cuda-me.h
h.264-cuda-master/encoder/pyramid/cuda/hier.h
h.264-cuda-master/encoder/pyramid/gold/
h.264-cuda-master/encoder/pyramid/gold/gold.c
h.264-cuda-master/encoder/pyramid/gold/gold.h
h.264-cuda-master/encoder/pyramid/gold/gold2.c
h.264-cuda-master/encoder/pyramid/gold/gold2.h
h.264-cuda-master/encoder/pyramid/gold/tests.c
h.264-cuda-master/encoder/pyramid/gold/tests.h
h.264-cuda-master/encoder/pyramid/pyramidRunner.c
h.264-cuda-master/encoder/pyramid/pyramidRunner.h
h.264-cuda-master/encoder/ratecontrol.c
h.264-cuda-master/encoder/ratecontrol.h
h.264-cuda-master/encoder/rdo.c
h.264-cuda-master/encoder/set.c
h.264-cuda-master/encoder/set.h
h.264-cuda-master/encoder/slicetype.c
h.264-cuda-master/extras/
h.264-cuda-master/extras/getopt.c
h.264-cuda-master/extras/getopt.h
h.264-cuda-master/extras/stdint.h
h.264-cuda-master/matroska.c
h.264-cuda-master/matroska.h
h.264-cuda-master/muxers.c
h.264-cuda-master/muxers.h
h.264-cuda-master/tools/
h.264-cuda-master/tools/checkasm-a.asm
h.264-cuda-master/tools/checkasm.c
h.264-cuda-master/tools/countquant_x264.pl
h.264-cuda-master/tools/me_tester/
h.264-cuda-master/tools/me_tester/me.py
h.264-cuda-master/tools/me_tester/me_gold.c
h.264-cuda-master/tools/q_matrix_jvt.cfg
h.264-cuda-master/tools/regression-test.pl
h.264-cuda-master/tools/xyuv.c
h.264-cuda-master/version.sh
h.264-cuda-master/x264.c
h.264-cuda-master/x26
1999-2046 搜珍网 All Rights Reserved.
本站作为网络服务提供者,仅为网络服务对象提供信息存储空间,仅对用户上载内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。
