aboutsummaryrefslogtreecommitdiffstats
path: root/libswscale/csputils.h
Commit message (Collapse)AuthorAgeFilesLines
* swscale/csputils: Remove unused ff_sws_matrix3x3_rmul()Andreas Rheinhardt2025-04-031-1/+0
| | | | Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* swscale/csputils: add internal colorspace math helpersNiklas Haas2024-12-231-0/+114
Logic is, for the most part, a straight port of similar logic in liplacebo's colorspace.c, with some general edits and refactors.