summaryrefslogtreecommitdiff
path: root/libavcodec/lossless_videoencdsp.h
Commit message (Collapse)AuthorAge
* avcodec/lossless_videoencdsp: Constify src sub_left_predictAndreas Rheinhardt2022-07-31
| | | | Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* Remove/replace some unnecessary avcodec.h inclusionsAndreas Rheinhardt2021-07-22
| | | | | | | Also remove other unnecessary headers and include headers directly while at it. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* avcodec/utvideoenc : add SIMD (avx) for sub_left_predictionMartin Vignali2018-01-28
| | | | asm code by Henrik Gramner
* huffyuvencdsp: move shared functions to a new lossless_videoencdsp contextJames Almer2017-01-12
Signed-off-by: James Almer <jamrial@gmail.com>