Archived
1
Fork 0
This repository has been archived on 2025-04-09. You can view files and clone it, but cannot push or open issues or pull requests.
compress/wavelet
2016-04-26 07:11:04 +01:00
..
CMakeLists.txt Uses C++11 + boost now. Adds headers to QtCreator project. 2016-04-26 07:11:03 +01:00
defines.hpp Cleans up project a bit. Fixes some warnings. Refactors a bit. 2016-04-26 07:11:04 +01:00
jcmp.cpp Puts quantization in another namespace and adds non-linear quantization out of the box. 2016-04-26 07:11:04 +01:00
jcmp.hpp Cleans up project a bit. Fixes some warnings. Refactors a bit. 2016-04-26 07:11:04 +01:00
jcmp_image.hpp Puts quantization in another namespace and adds non-linear quantization out of the box. 2016-04-26 07:11:04 +01:00
jcmp_image_test.cpp Cleans up project a bit. Fixes some warnings. Refactors a bit. 2016-04-26 07:11:04 +01:00
jcmp_quantization.hpp Adds program options, puts parallel wvlt in separate header 2016-04-26 07:11:04 +01:00
jcmp_quantization_test.cpp Cleans up project a bit. Fixes some warnings. Refactors a bit. 2016-04-26 07:11:04 +01:00
periodic_iterator.hpp Made wavelet transform (sequential) 2016-04-26 07:11:03 +01:00
periodic_iterator_test.cpp Cleans up project a bit. Fixes some warnings. Refactors a bit. 2016-04-26 07:11:04 +01:00
striding_iterator.hpp Made wavelet transform (sequential) 2016-04-26 07:11:03 +01:00
striding_iterator_test.cpp Cleans up project a bit. Fixes some warnings. Refactors a bit. 2016-04-26 07:11:04 +01:00
wavelet.hpp Cleans up project a bit. Fixes some warnings. Refactors a bit. 2016-04-26 07:11:04 +01:00
wavelet_1.hpp Adds program options, puts parallel wvlt in separate header 2016-04-26 07:11:04 +01:00
wavelet_2.hpp Splits distribution into proc_info and plan. Refacters some variables. 2016-04-26 07:11:04 +01:00
wavelet_constants.hpp Puts everything in a namespace 2016-04-26 07:11:03 +01:00
wavelet_parallel.hpp Splits distribution into proc_info and plan. Refacters some variables. 2016-04-26 07:11:04 +01:00
wavelet_parallel_2D_mockup.cpp Adds very ugly (but correct) 2D parallel wavelet transform 2016-04-26 07:11:04 +01:00
wavelet_parallel_mockup.cpp Splits distribution into proc_info and plan. Refacters some variables. 2016-04-26 07:11:04 +01:00
wavelet_test.cpp Cleans up project a bit. Fixes some warnings. Refactors a bit. 2016-04-26 07:11:04 +01:00