summaryrefslogtreecommitdiff
path: root/src/lib/openjp2/bench_dwt.c
AgeCommit message (Expand)Author
2021-12-05Fix some typos (found by codespell)Stefan Weil
2020-05-20bench_dwt.c: add a -I switch to test irreversible FWDT/IDWTEven Rouault
2020-05-20Add multithreaded support in the DWT encoder.Even Rouault
2018-02-18bench_dwt: fix wrong index in iteration (issue found by Fethi Migaou)Even Rouault
2017-09-19Fix warnings and errors when compiling with a c++ compiler (#1021)Even Rouault
2017-09-01Sub-tile decoding: only allocate tile component buffer of the needed dimensionEven Rouault
2017-08-18Subtile decoding: only do 5x3 IDWT computations on relevant areas of tile-com...Even Rouault
2017-08-17bench_dwt.c: fix signedness related warningsEven Rouault
2017-06-20Add bench_dwt program (compiled only if BUILD_BENCH_DWT=ON)Even Rouault