Re: [FFmpeg-devel] [PATCH] checkasm: h264dsp: test luma_dc_dequant

2025-06-13 Thread Martin Storsjö
On Fri, 13 Jun 2025, Tristan Matthews wrote: On Fri, Jun 13, 2025 at 2:08 AM Martin Storsjö wrote: On Fri, 13 Jun 2025, Tristan Matthews wrote: Good catch, also I realized that the output buffers were too small, will be fixed in the next version. Why was that too small? If we write (and c

Re: [FFmpeg-devel] [PATCH] checkasm: h264dsp: test luma_dc_dequant

2025-06-13 Thread Tristan Matthews
On Fri, Jun 13, 2025 at 2:08 AM Martin Storsjö wrote: > > On Fri, 13 Jun 2025, Tristan Matthews wrote: > > > On Thu, Jun 12, 2025 at 4:14 PM Martin Storsjö wrote: > >> > >> On Thu, 12 Jun 2025, Tristan Matthews wrote: > >> > >>> --- > >>> tests/checkasm/h264dsp.c | 37

Re: [FFmpeg-devel] [PATCH] checkasm: h264dsp: test luma_dc_dequant

2025-06-12 Thread Martin Storsjö
On Fri, 13 Jun 2025, Tristan Matthews wrote: On Thu, Jun 12, 2025 at 4:14 PM Martin Storsjö wrote: On Thu, 12 Jun 2025, Tristan Matthews wrote: --- tests/checkasm/h264dsp.c | 37 + 1 file changed, 37 insertions(+) diff --git a/tests/checkasm/h264dsp.c b/t

Re: [FFmpeg-devel] [PATCH] checkasm: h264dsp: test luma_dc_dequant

2025-06-12 Thread Tristan Matthews
On Thu, Jun 12, 2025 at 4:14 PM Martin Storsjö wrote: > > On Thu, 12 Jun 2025, Tristan Matthews wrote: > > > --- > > tests/checkasm/h264dsp.c | 37 + > > 1 file changed, 37 insertions(+) > > > > diff --git a/tests/checkasm/h264dsp.c b/tests/checkasm/h264dsp.c > >

Re: [FFmpeg-devel] [PATCH] checkasm: h264dsp: test luma_dc_dequant

2025-06-12 Thread Martin Storsjö
On Thu, 12 Jun 2025, Tristan Matthews wrote: --- tests/checkasm/h264dsp.c | 37 + 1 file changed, 37 insertions(+) diff --git a/tests/checkasm/h264dsp.c b/tests/checkasm/h264dsp.c index d1228ed985..5fba31cf69 100644 --- a/tests/checkasm/h264dsp.c +++ b/tests/c

[FFmpeg-devel] [PATCH] checkasm: h264dsp: test luma_dc_dequant

2025-06-12 Thread Tristan Matthews
--- tests/checkasm/h264dsp.c | 37 + 1 file changed, 37 insertions(+) diff --git a/tests/checkasm/h264dsp.c b/tests/checkasm/h264dsp.c index d1228ed985..5fba31cf69 100644 --- a/tests/checkasm/h264dsp.c +++ b/tests/checkasm/h264dsp.c @@ -22,6 +22,7 @@ #include