summaryrefslogtreecommitdiff
path: root/libavcodec/dirac_dwt.h
Commit message (Collapse)AuthorAge
* diracdec: Pass DWTPlane to dwt initTimothy Gu2016-02-07
|
* diracdec: Split DWTPlane struct from PlaneTimothy Gu2016-02-07
|
* dirac_dwt: Rename init2 to initTimothy Gu2016-02-07
| | | | The functions are all private.
* dirac_dwt: Make x86 files/functions names consistentTimothy Gu2016-02-05
|
* diracdec: Template DSP functions adding 10-bit versionsKieran Kunhya2015-12-10
|
* Various small spelling fixes.Reimar Döffinger2014-04-22
| | | | Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
* avcodec/dirac_dwt: Remove unused ff_spatial_idwt2()Michael Niedermayer2013-08-16
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavc: split snow and dirac DWTsMichael Niedermayer2013-01-14
There is only about 4 lines of common code, so it alot cleaner when seperated. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>