summaryrefslogtreecommitdiff
path: root/libavcodec/huffyuvencdsp.h
Commit message (Collapse)AuthorAgeFilesLines
* avcodec/huffyuvencdsp: Pass pix_fmt directly when initing dspAndreas Rheinhardt2022-10-091-3/+3
| | | | | | It is the only thing that is actually used. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* huffyuvencdsp: move shared functions to a new lossless_videoencdsp contextJames Almer2017-01-121-11/+0
| | | | Signed-off-by: James Almer <jamrial@gmail.com>
* huffyuvencdsp: move functions only used by huffyuv from lossless_videodspJames Almer2017-01-121-2/+12
| | | | Signed-off-by: James Almer <jamrial@gmail.com>
* huffyuvencdsp: Use intptr_t for widthTimothy Gu2015-10-191-2/+2
| | | | It is done this way in huffyuvdsp as well.
* Merge commit '512f3ffe9b4bb86767c2b1176554407c75fe1a5c'Michael Niedermayer2014-05-281-6/+6
| | | | | | | | | | | | | | | | * commit '512f3ffe9b4bb86767c2b1176554407c75fe1a5c': dsputil: Split off HuffYUV encoding bits into their own context Conflicts: configure libavcodec/dsputil.c libavcodec/dsputil.h libavcodec/huffyuv.h libavcodec/huffyuvenc.c libavcodec/pngenc.c libavcodec/x86/dsputilenc_mmx.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
* dsputil: Split off HuffYUV encoding bits into their own contextDiego Biurrun2014-05-271-0/+41
Also shorten HuffYUV context member names to avoid clutter.