vp8oclenc

所属分类:GPU/显卡
开发工具:C
文件大小:290KB
下载次数:0
上传日期:2014-04-26 10:14:20
上 传 者sh-1993
说明:  VP8 GPGPU编码器(视频编解码器、GPU、OpenCL)
(VP8 GPGPU encoder (video codec, GPU, OpenCL))

文件列表:
bin (0, 2014-04-26)
bin\CPU_kernels.cl (31579, 2014-04-26)
bin\GPU_kernels.cl (123811, 2014-04-26)
bin\vp8oclenc_linux32 (119435, 2014-04-26)
bin\vp8oclenc_linux64 (126017, 2014-04-26)
bin\vp8oclenc_win32.exe (83456, 2014-04-26)
changelog.txt (4374, 2014-04-26)
launch_example (497, 2014-04-26)
makefile example (439, 2014-04-26)
src (0, 2014-04-26)
src\CPU_kernels.cl (46373, 2014-04-26)
src\GPU_kernels.cl (144159, 2014-04-26)
src\debug.h (1901, 2014-04-26)
src\encIO.h (9421, 2014-04-26)
src\entropy_host.cpp (47107, 2014-04-26)
src\entropy_host.h (18403, 2014-04-26)
src\init.h (110449, 2014-04-26)
src\inter_part.h (23005, 2014-04-26)
src\intra_part.h (42217, 2014-04-26)
src\loop_filter.h (9981, 2014-04-26)
src\mingw_build_example.bat (255, 2014-04-26)
src\vp8enc.cpp (32700, 2014-04-26)
src\vp8enc.h (18261, 2014-04-26)
test (0, 2014-04-26)
test\CPU_kernels.cl (31579, 2014-04-26)
test\GPU_kernels.cl (148319, 2014-04-26)
test\vp8oclenc.exe (173818, 2014-04-26)

vp8oclenc ========= upd: now changelog in changelog.txt main: Don't know what to write here... This is a VP8 encoder. Simple and not effective. Used sources: http://www.webmproject.org/; http://multimedia.cx/eggs/category/vp8/; Uses OpenCL. CPU for coefficient partitions boolean coding, loop filter(if CPU is choosen for the task). GPU for motion vector search, transform for inter-frames, interpolation and loop filters(if GPU is chosen for the task). Launched only on AMD+AMD+Win7(x32). And with some changes (\ to /, delte getch() or switch from conio.h to ncurses, delete io.h, delete setmode()) tested on AMD+AMD+Linux 32 and ***. Working binaries in "bin" with corresponding kernels. Strange part is: output files on linux *** and 32 a little different (less then 2KB difference for 32.6 MB video). Maybe it's because of different precision with float SSIM (for x32 compiler can choose x87 command set and for x*** - SSE2). Intra coding is done in usual host code part. Has almost no error checking. -h gives a list of options If input_file is set as @ it will be set to stdin Features. All three reference frames: LAST(updated with each frame), ALTREF(updated with interval set in parameters), GOLDEN (only key). Motion estimation for 8x8 blocks, but with grouping them into 16x16 if they have equal vectors. MV search - hierarchical search with fullsearch in small area on downsampled areas (1/4, 1, 2, 4, 8, 16). Normal loop filter with loop_filter_level set according to quantizer value. Loop filter could be done on GPU and CPU (CPU is faster on almost all frame sizes, maybe 4K+ would benefit from GPU). Bicubic interpolation (in OpenCL 2D images but is software itself). Used probabilities are calculated and set in each frame. P.S. No benchmarks, because there is no need in them :) Quality of material can't compete with any good encoder.

近期下载者

相关文件


收藏者