Re: [FFmpeg-devel] [PATCH] checkasm/hevc_deblock: add luma test

2023-12-07 Thread Martin Storsjö
On Tue, 5 Dec 2023, J. Dekker wrote: Signed-off-by: J. Dekker --- tests/checkasm/hevc_deblock.c | 110 -- 1 file changed, 106 insertions(+), 4 deletions(-) Yes, this only supports 8bit. 10/12bit should be trivial, will add if this looks reasonable (I checked code

[FFmpeg-devel] [PATCH] checkasm/hevc_deblock: add luma test

2023-12-05 Thread J. Dekker
Signed-off-by: J. Dekker --- tests/checkasm/hevc_deblock.c | 110 -- 1 file changed, 106 insertions(+), 4 deletions(-) Yes, this only supports 8bit. 10/12bit should be trivial, will add if this looks reasonable (I checked code paths using gdb, and as far as I ca