summaryrefslogtreecommitdiff
path: root/libopenjpeg/t1_generate_luts.c
AgeCommit message (Collapse)Author
2012-09-28[trunk] Start FolderReorgProposal taskMathieu Malaterre
Update issue 177
2011-11-27[trunk] clean up redundant includes already handled in opj_includes.hJulien Malik
2009-09-10fixed minor bugs which were triggering warnings at compilation (different ↵Antonin Descampe
signedness, wrong pointer type, etc)
2007-08-21Moved the orient flipping into the ctxno_zc table.Francois-Olivier Devaux
Thanks to Callum Lerwick who provided all these great patches !
2007-08-21Replaced the large ctxno_mag lookup table with a small bit of inline-able ↵Francois-Olivier Devaux
branchless code
2007-08-21Consolidated some calls to mqc_setcurctx. Cleaned up t1_generate_luts to ↵Francois-Olivier Devaux
output the proper types.
2007-05-21Patch suggested by Callum Lerwick <seg@haxxed.com>: "This patch makes the t1 ↵Francois-Olivier Devaux
LUTs static. I actually intend this as a prelude to possibly eliminating some or all of the LUTs entirely."