Andrea Gussoni 49f0b2387c Added run script, fix for cpu dwt2d benchmark 8 tahun lalu
..
dwt_cl 1f1ceb7172 Initialized repo with Rodinia 3.1 8 tahun lalu
Makefile 1f1ceb7172 Initialized repo with Rodinia 3.1 8 tahun lalu
README 1f1ceb7172 Initialized repo with Rodinia 3.1 8 tahun lalu
com_dwt.cl 1f1ceb7172 Initialized repo with Rodinia 3.1 8 tahun lalu
common.h 1f1ceb7172 Initialized repo with Rodinia 3.1 8 tahun lalu
components.cpp 1f1ceb7172 Initialized repo with Rodinia 3.1 8 tahun lalu
components.h 1f1ceb7172 Initialized repo with Rodinia 3.1 8 tahun lalu
dwt.cpp 1f1ceb7172 Initialized repo with Rodinia 3.1 8 tahun lalu
dwt.h 1f1ceb7172 Initialized repo with Rodinia 3.1 8 tahun lalu
main.cpp 49f0b2387c Added run script, fix for cpu dwt2d benchmark 8 tahun lalu
run-cpu 49f0b2387c Added run script, fix for cpu dwt2d benchmark 8 tahun lalu
run.sh 1f1ceb7172 Initialized repo with Rodinia 3.1 8 tahun lalu

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