openjpeg/src
Even Rouault 433d4d30f5 T1: (failed) optimization attempt to use signed magnitude representation (#931)
Instead of using two-complement integer representation of data samples during
code-block decoding, use a signed magnitude representation to avoid comparison
branches in passes.

However the (best) timings show that it is actually slightly slower, or at
least no better. 51649 ms with this attempt vs 51536 before on MAPA_005.jp2
reencoded with default options.

Two variants with sign in msb (the default) or in lsb lead to similar
performances
2017-05-22 15:10:42 +02:00
..
bin Reformat: apply reformattin on .h files (#128) 2017-05-15 12:21:30 +02:00
lib T1: (failed) optimization attempt to use signed magnitude representation (#931) 2017-05-22 15:10:42 +02:00
CMakeLists.txt trunk: fixed cmake config so as to be able to link opj_jpip_server with FCGI. 2013-10-30 08:59:23 +00:00