Re: [FFmpeg-devel] [PATCH] checkasm: improve hevc_sao test

2022-05-25 Thread Martin Storsjö
On Wed, 25 May 2022, J. Dekker wrote: On 24 May 2022, at 22:27, Martin Storsjö wrote: On Tue, 17 May 2022, J. Dekker wrote: The HEVC decoder can call these functions with smaller widths than the functions themselves are designed to operate on so we should only check the relevant output Si

Re: [FFmpeg-devel] [PATCH] checkasm: improve hevc_sao test

2022-05-25 Thread J. Dekker
On 24 May 2022, at 22:27, Martin Storsjö wrote: > On Tue, 17 May 2022, J. Dekker wrote: > >> The HEVC decoder can call these functions with smaller widths than the >> functions themselves are designed to operate on so we should only check >> the relevant output >> >> Signed-off-by: J. Dekker >>

Re: [FFmpeg-devel] [PATCH] checkasm: improve hevc_sao test

2022-05-24 Thread Martin Storsjö
On Tue, 17 May 2022, J. Dekker wrote: The HEVC decoder can call these functions with smaller widths than the functions themselves are designed to operate on so we should only check the relevant output Signed-off-by: J. Dekker --- tests/checkasm/hevc_sao.c | 51 -