Andrea Gussoni 846e980370 Converted tabs to spaces and fixed indentation 7 years ago
..
dwt_cl 1f1ceb7172 Initialized repo with Rodinia 3.1 8 years ago
Makefile 292b5a814e Restored optimization 7 years ago
README 1f1ceb7172 Initialized repo with Rodinia 3.1 8 years ago
com_dwt.cl 1f1ceb7172 Initialized repo with Rodinia 3.1 8 years ago
common.h 1f1ceb7172 Initialized repo with Rodinia 3.1 8 years ago
components.cpp 1f1ceb7172 Initialized repo with Rodinia 3.1 8 years ago
components.h 1f1ceb7172 Initialized repo with Rodinia 3.1 8 years ago
dwt.cpp 846e980370 Converted tabs to spaces and fixed indentation 7 years ago
dwt.h 1f1ceb7172 Initialized repo with Rodinia 3.1 8 years ago
main.cpp 846e980370 Converted tabs to spaces and fixed indentation 7 years ago
run-cpu 0ac7b7fc45 Modified some benchmarks parameters 7 years ago
run-gpu 0ac7b7fc45 Modified some benchmarks parameters 7 years ago
run-gpu-primary 1056d3aaa2 Added run script for the secondary GPU 7 years ago
run-gpu-secondary 1056d3aaa2 Added run script for the secondary GPU 7 years ago
run.sh 1f1ceb7172 Initialized repo with Rodinia 3.1 8 years ago

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