ffmpeg/tests/checkasm
Niklas Haas 67adb30322 swscale: rename SwsContext to SwsInternal
And preserve the public SwsContext as separate name. The motivation here
is that I want to turn SwsContext into a public struct, while keeping the
internal implementation hidden. Additionally, I also want to be able to
use multiple internal implementations, e.g. for GPU devices.

This commit does not include any functional changes. For the most part, it is
a simple rename. The only complications arise from the public facing API
functions, which preserve their current type (and hence require an additional
unwrapping step internally), and the checkasm test framework, which directly
accesses SwsInternal.

For consistency, the affected functions that need to maintain a distionction
have generally been changed to refer to the SwsContext as *sws, and the
SwsInternal as *c.

In an upcoming commit, I will provide a backing definition for the public
SwsContext, and update `sws_internal()` to dereference the internal struct
instead of merely casting it.

Sponsored-by: Sovereign Tech Fund
Signed-off-by: Niklas Haas <git@haasn.dev>
2024-10-24 22:50:00 +02:00
..
aarch64
arm
riscv checkasm/riscv: preserve T1 whilst calling... 2024-08-01 18:44:01 +03:00
x86
.gitignore
Makefile checkasm/mpegvideoencdsp: add pix_sum, pix_norm1, and draw_edges 2024-08-26 12:48:09 +02:00
aacencdsp.c
aacpsdsp.c
ac3dsp.c checkasm: Increase the tolerance for ac3_sum_square_butterfly_float 2024-07-24 12:10:33 +03:00
af_afir.c
alacdsp.c
audiodsp.c
av_tx.c
blockdsp.c
bswapdsp.c
checkasm.c checkasm: Print the SVE vector length at startup 2024-09-27 00:06:55 +03:00
checkasm.h checkasm/mpegvideoencdsp: add pix_sum, pix_norm1, and draw_edges 2024-08-26 12:48:09 +02:00
exrdsp.c
fdctdsp.c
fixed_dsp.c
flacdsp.c
float_dsp.c
fmtconvert.c
g722dsp.c
h263dsp.c
h264chroma.c
h264dsp.c checkasm/h264dsp: test TX bypass 2024-07-21 22:36:48 +03:00
h264pred.c
h264qpel.c
hevc_add_res.c
hevc_deblock.c
hevc_idct.c
hevc_pel.c
hevc_sao.c
huffyuvdsp.c
idctdsp.c
jpeg2000dsp.c
llauddsp.c
lls.c checkasm: lls: Use relative tolerances rather than absolute ones 2024-10-09 15:52:56 +03:00
llviddsp.c tests/checkasm: Fix build error when enable linux perf on Android 2024-06-11 01:11:46 +08:00
llviddspenc.c
lpc.c
motion.c avcodec/me_cmp: Zero MECmpContext in ff_me_cmp_init() 2024-06-20 18:58:38 +02:00
mpegvideoencdsp.c avcodec/mpegvideoencdsp: convert stride parameters from int to ptrdiff_t 2024-09-01 13:42:30 +02:00
opusdsp.c lavc/opus*: move to opus/ subdir 2024-09-02 11:56:53 +02:00
pixblockdsp.c
rv34dsp.c
rv40dsp.c
sbrdsp.c
svq1enc.c
sw_gbrp.c swscale: rename SwsContext to SwsInternal 2024-10-24 22:50:00 +02:00
sw_range_convert.c swscale: rename SwsContext to SwsInternal 2024-10-24 22:50:00 +02:00
sw_rgb.c swscale: rename SwsContext to SwsInternal 2024-10-24 22:50:00 +02:00
sw_scale.c swscale: rename SwsContext to SwsInternal 2024-10-24 22:50:00 +02:00
sw_yuv2rgb.c swscale: rename SwsContext to SwsInternal 2024-10-24 22:50:00 +02:00
sw_yuv2yuv.c swscale: rename SwsContext to SwsInternal 2024-10-24 22:50:00 +02:00
synth_filter.c
takdsp.c
utvideodsp.c
v210dec.c
v210enc.c
vc1dsp.c
vf_blend.c
vf_bwdif.c
vf_colorspace.c
vf_convolution.c
vf_eq.c
vf_gblur.c
vf_hflip.c
vf_nlmeans.c
vf_threshold.c
videodsp.c
vorbisdsp.c
vp8dsp.c
vp9dsp.c
vvc_alf.c checkasm/vvc_alf: ensure right and bottom boundaries are not overwritten by asm 2024-06-25 19:32:17 +08:00
vvc_mc.c checkasm: add vvc_bdof test 2024-08-31 14:08:54 +08:00