This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
andreagus
/
rodinia-benchmark
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Árbol:
c690b4f9b0
Ramas
Etiquetas
cpu-benchmark
gpu-benchmark
master
wip/platform-unification
rodinia-benchma...
/
opencl
/
dwt2d
Andrea Gussoni
1f1ceb7172
Initialized repo with Rodinia 3.1
hace 8 años
..
dwt_cl
1f1ceb7172
Initialized repo with Rodinia 3.1
hace 8 años
Makefile
1f1ceb7172
Initialized repo with Rodinia 3.1
hace 8 años
README
1f1ceb7172
Initialized repo with Rodinia 3.1
hace 8 años
com_dwt.cl
1f1ceb7172
Initialized repo with Rodinia 3.1
hace 8 años
common.h
1f1ceb7172
Initialized repo with Rodinia 3.1
hace 8 años
components.cpp
1f1ceb7172
Initialized repo with Rodinia 3.1
hace 8 años
components.h
1f1ceb7172
Initialized repo with Rodinia 3.1
hace 8 años
dwt.cpp
1f1ceb7172
Initialized repo with Rodinia 3.1
hace 8 años
dwt.h
1f1ceb7172
Initialized repo with Rodinia 3.1
hace 8 años
main.cpp
1f1ceb7172
Initialized repo with Rodinia 3.1
hace 8 años
run.sh
1f1ceb7172
Initialized repo with Rodinia 3.1
hace 8 años
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