librempeg/tests/checkasm
Andreas Rheinhardt 840eb90aba avcodec/me_cmp, motion_est: Move me_(pre_)?_cmp etc. to MotionEstContext
MECmpContext has several arrays of function pointers that
are not set by ff_me_cmp_init(), but that are set by users
to one of the other arrays via ff_set_cmp().

One of these other users is the motion estimation API.
It uses MECmpContext.(me_pre|me|me_sub|mb)_cmp. It is
basically the only user of these arrays.

This commit therefore moves these arrays to MotionEstContext;
this has the additional advantage of making motion_est.c
more independent from MpegEncContext.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2024-06-20 20:27:43 +02:00
..
aarch64
arm
riscv
x86
.gitignore
aacencdsp.c x86/aacencdsp: add AVX version of quantize_bands 2024-06-09 20:45:21 +02:00
aacpsdsp.c
ac3dsp.c avcodec/ac3: Implement sum_square_butterfly_float for aarch64 NEON 2024-04-08 19:21:53 +02:00
af_afir.c
alacdsp.c
audiodsp.c
av_tx.c
blockdsp.c checkasm/blockdsp: use smallest allowed aligned buffers for fill_block_tab tests 2024-05-09 19:04:09 +02:00
bswapdsp.c
checkasm.c tests/checkasm: Remove check on linux perf fd in uninit 2024-06-19 17:49:28 +02:00
checkasm.h checkasm: add tests for {lum,chr}ConvertRange 2024-06-17 13:37:29 +02:00
exrdsp.c
fdctdsp.c checkasm: add test for fdct 2024-05-11 18:22:54 +02:00
fixed_dsp.c
flacdsp.c checkasm/flacdsp: add a test for lpc33 2024-05-24 22:47:41 +02:00
float_dsp.c checkasm/float_dsp: add double-precision scalar product 2024-05-31 21:53:42 +02:00
fmtconvert.c
g722dsp.c
h263dsp.c checkasm: add h263dsp.{h,v}_loop_filter 2024-05-28 16:28:05 +02:00
h264chroma.c checkasm: Fix h264chroma test name 2024-05-11 18:22:54 +02:00
h264dsp.c checkasm: h264dsp: Avoid out of buffer writes when benchmarking 2024-05-23 22:03:00 +02:00
h264pred.c
h264qpel.c
hevc_add_res.c lavc/hevc*: move to hevc/ subdir 2024-06-06 16:47:02 +02:00
hevc_deblock.c lavc/hevc*: move to hevc/ subdir 2024-06-06 16:47:02 +02:00
hevc_idct.c lavc/hevc*: move to hevc/ subdir 2024-06-06 16:47:02 +02:00
hevc_pel.c lavc/hevc*: move to hevc/ subdir 2024-06-06 16:47:02 +02:00
hevc_sao.c lavc/hevc*: move to hevc/ subdir 2024-06-06 16:47:02 +02:00
huffyuvdsp.c tests/checkasm/huffyuvdsp: Use correct function pointer type 2024-05-18 19:59:10 +02:00
idctdsp.c
jpeg2000dsp.c
llauddsp.c tests/checkasm/llauddsp: Avoid UB integer overflow 2024-05-18 19:59:10 +02:00
lls.c checkasm/lls: add missing random values to the test buffers 2024-06-13 21:50:47 +02:00
llviddsp.c tests/checkasm: Fix build error when enable linux perf on Android 2024-06-11 16:59:43 +02:00
llviddspenc.c
lpc.c checkasm/lpc: use fixed length to bench apply_welch_window 2024-06-01 18:25:43 +02:00
Makefile checkasm: add tests for {lum,chr}ConvertRange 2024-06-17 13:37:29 +02:00
motion.c avcodec/me_cmp, motion_est: Move me_(pre_)?_cmp etc. to MotionEstContext 2024-06-20 20:27:43 +02:00
opusdsp.c opusdsp: add ability to modify deemphasis constant 2024-04-27 11:25:15 +02:00
pixblockdsp.c
rv34dsp.c
rv40dsp.c checkasm/rv40dsp: add chroma_mc test 2024-05-04 12:21:40 +02:00
sbrdsp.c
svq1enc.c tests/checkasm/svq1enc: Use proper range for input 2024-05-09 19:04:11 +02:00
sw_gbrp.c tests/checkasm/sw_gbrp: Use correct function types for calls 2024-05-18 19:59:11 +02:00
sw_range_convert.c checkasm: add tests for {lum,chr}ConvertRange 2024-06-17 13:37:29 +02:00
sw_rgb.c checkasm/sw_rgb: fix alignment of buffers for rgb_to_yuv tests 2024-06-09 20:45:22 +02:00
sw_scale.c
synth_filter.c
takdsp.c
utvideodsp.c
v210dec.c
v210enc.c
vc1dsp.c checkasm: vc1dsp: Align buffers sufficiently for the mspel tests 2024-05-01 08:36:24 +02:00
vf_blend.c tests/checkasm/vf_blend: Update function type 2024-05-18 19:59:11 +02:00
vf_bwdif.c tests/checkasm/vf_bwdif: Use correct function pointer type 2024-05-18 19:59:11 +02:00
vf_colorspace.c tests/checkasm/vf_colorspace: Use correct function pointer type 2024-05-18 19:59:11 +02:00
vf_convolution.c
vf_eq.c
vf_gblur.c
vf_hflip.c
vf_nlmeans.c
vf_threshold.c
videodsp.c
vorbisdsp.c
vp8dsp.c checkasm/vp8dsp: add VP7 tests 2024-05-31 10:09:00 +02:00
vp9dsp.c
vvc_alf.c tests/checkasm/vvc_alf: change alf step size to 8 2024-05-31 14:50:27 +02:00
vvc_mc.c tests/checkasm/vvc_mc: don't zero the SAD buffers 2024-05-31 14:50:27 +02:00