summaryrefslogtreecommitdiffstats
path: root/libavcodec/texturedspenc.c
Commit message (Collapse)AuthorAgeFilesLines
* Mark read-only tables as staticDiego Biurrun2016-05-051-3/+3
|
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-2/+2
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* texturedspenc: Avoid using separate variablesVittorio Giovara2015-11-241-7/+3
| | | | Use the result directly, removing an unneeded cast.
* textureencdsp: cosmetics: Use normal static const for tablesVittorio Giovara2015-11-241-4/+4
|
* TextureDSP: fix erroneous condition which produced blocky output for DXTTom Butterworth2015-06-241-1/+1
|
* Introduce a TextureDSP moduleVittorio Giovara2015-06-221-0/+659
This module implements generic texture decompression from different families (DXTC, RGTC, BCn) and texture compression DXTC 1, 3, and 5. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
OpenPOWER on IntegriCloud