cuj2k-src-1.1

所属分类:源码/资料
开发工具:LINUX
文件大小:147KB
下载次数:0
上传日期:2018-11-08 00:15:00
上 传 者phimanhhoan
说明:  cuj 2000 src version 1.1.zip

文件列表:
copyright.txt (1202, 2009-09-16)
src_encoder (0, 2009-11-04)
src_encoder\5_3_wavelet_kernels.cu (19047, 2009-11-04)
src_encoder\9_7_wavelet_kernels.cu (21154, 2009-11-04)
src_encoder\bitmap.h (4664, 2009-11-04)
src_encoder\bmp-read.cu (14972, 2009-11-04)
src_encoder\Boxes.h (2628, 2009-11-04)
src_encoder\bpc_kernel.cu (37650, 2009-11-04)
src_encoder\bpc_luts.cu (10058, 2009-11-04)
src_encoder\BufferedWriter.c (4685, 2009-11-04)
src_encoder\BufferedWriter.h (2148, 2009-11-04)
src_encoder\copyright.txt (1202, 2009-11-04)
src_encoder\device.cu (6992, 2009-11-04)
src_encoder\device.h (1594, 2009-11-04)
src_encoder\encoder_main.c (14869, 2009-11-04)
src_encoder\encoder_main.h (3709, 2009-11-04)
src_encoder\encoder_nostream.cu (16884, 2009-11-04)
src_encoder\encoder_stream.cu (15039, 2009-11-04)
src_encoder\file_access.c (4646, 2009-11-04)
src_encoder\file_access.h (2096, 2009-11-04)
src_encoder\gpu_vc08.sln (1300, 2009-11-04)
src_encoder\gpu_vc08.suo (35840, 2009-11-04)
src_encoder\gpu_vc08.vcproj (17919, 2009-11-04)
src_encoder\gpu_vc2005.sln (2037, 2009-11-04)
src_encoder\gpu_vc2005.vcproj (28163, 2009-11-04)
src_encoder\library_vc08.sln (1308, 2009-11-04)
src_encoder\library_vc08.suo (30720, 2009-11-04)
src_encoder\library_vc08.vcproj (15276, 2009-11-04)
src_encoder\library_vc2005.sln (2045, 2009-11-04)
src_encoder\library_vc2005.vcproj (25241, 2009-11-04)
src_encoder\makefile (9842, 2009-11-05)
src_encoder\Markers.h (4983, 2009-11-04)
src_encoder\misc.h (1642, 2009-11-04)
src_encoder\mq-coder.cu (14022, 2009-11-04)
src_encoder\pcrd.cu (13375, 2009-11-04)
src_encoder\pic_preprocessing.cu (8133, 2009-11-04)
src_encoder\pic_preprocessing.h (2511, 2009-11-04)
src_encoder\rate-control.c (6666, 2009-11-04)
src_encoder\rate-control.h (2416, 2009-11-04)
... ...

CUJ2K 1.1 - JPEG2000 Encoder on CUDA http://cuj2k.sourceforge.net/ Copyright (c) 2009 Norbert Fuerst, Martin Heide, Armin Weiss, Simon Papandreou, Ana Balevic Compilation =========== Windows: ------------------------------------------------------------ - use src_encoder\gpu_vc2005.sln for Visual Studio 2005 - use src_encoder\gpu_vc08.sln for Visual Studio 2008 Remember to choose the correct configuration (Release for GPU code, EmuRelease for CPU emulation code)! - use src_gui\dotnet_gui.sln to compile the .Net GUI (currently only for Visual Studio 2008) Linux: -------------------------------------------------------------- $ cd src_encoder $ make optional: (execute as root) $ make install (copies the executable to /usr/local/bin/) For cleaning up: $ make clean You may use the options emu=1 and dbg=1 to enable debug and/or emulation; e.g.: $ make emu=1 dbg=1 $ make install emu=1 dbg=1 (you must use the same options in both commands, also for make clean) The executable and temporary files are stored in subdirectories depending on the supplied options. **** **** ***** **** **** **** ***** **** **** **** ***** **** Linux troubleshooting: 1 ) When we tested it, compilation only worked with gcc 4.3 and not with gcc 4.4; but this might be fixed by NVIDIA in the meantime, so check for the latest Toolkit and SDK versions. If you can't compile, install gcc and g++ 4.3. Two options: a) uninstall gcc and g++ 4.4 before installing version 4.3 b) after installing version 4.3, ensure that the commands gcc and g++ correspond to version 4.3. Should work about like this (might be different on your system, no guarantee!) (become root) $ cd /usr/bin $ rm gcc g++ $ ln -s gcc-4.3 gcc $ ln -s g++-4.3 g++ $ chmod a+x gcc g++ 2 ) If you get runtime errors like "... cudaGetDeviceProperties not implemented", you probably have an older CUDA version. You need to recompile cuj2k: Uncomment the line "COMMONFLAGS += -DNO_DEVICE_PROP" in the makefile, then run $ make clean $ make 3 ) If the executable from the binary package does not work, and you get other error messages not mentioned here, just try compiling it by yourself, because then probably some library versions do not match. **** **** ***** **** **** **** ***** **** **** **** ***** ****

近期下载者

相关文件


收藏者