This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
andreagus
/
rodinia-benchmark
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
44d1e5e83f
Rami (Branch)
Tag
cpu-benchmark
gpu-benchmark
master
wip/platform-unification
rodinia-benchma...
/
opencl
/
dwt2d
Andrea Gussoni
1f1ceb7172
Initialized repo with Rodinia 3.1
8 anni fa
..
dwt_cl
1f1ceb7172
Initialized repo with Rodinia 3.1
8 anni fa
Makefile
1f1ceb7172
Initialized repo with Rodinia 3.1
8 anni fa
README
1f1ceb7172
Initialized repo with Rodinia 3.1
8 anni fa
com_dwt.cl
1f1ceb7172
Initialized repo with Rodinia 3.1
8 anni fa
common.h
1f1ceb7172
Initialized repo with Rodinia 3.1
8 anni fa
components.cpp
1f1ceb7172
Initialized repo with Rodinia 3.1
8 anni fa
components.h
1f1ceb7172
Initialized repo with Rodinia 3.1
8 anni fa
dwt.cpp
1f1ceb7172
Initialized repo with Rodinia 3.1
8 anni fa
dwt.h
1f1ceb7172
Initialized repo with Rodinia 3.1
8 anni fa
main.cpp
1f1ceb7172
Initialized repo with Rodinia 3.1
8 anni fa
run.sh
1f1ceb7172
Initialized repo with Rodinia 3.1
8 anni fa
README
//DESCRITPTION
This is the OpenCL version of the code.
The JPEG2000 standard uses 2D Discrete Wavelet Transform (2D DWT), which consumes a significant part of the total encoding time
// USE
**************OUTPUT********************
USAGE:
make clean
make OUTPUT=Y
**************PARAMETERS*****************
USEAGE:
./dwt2d [otpions] src_img.rgb
-d, --dimension dimensions of src img, e.g. 1920x1080
-l, --level DWT level, default 3
-f, --forward forward transform
-5, --53 5/3 transform