Re: [FFmpeg-devel] [PATCH] checkasm/h264dsp: add chroma_mc checkasm test

2023-05-20 Thread Lynne
May 18, 2023, 16:21 by d...@lynne.ee: > Checks all variants of put_h264_chroma and avg_h264_chroma. > > Patch attached. > Pushed a better and more correct version. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo

[FFmpeg-devel] [PATCH] checkasm/h264dsp: add chroma_mc checkasm test

2023-05-18 Thread Lynne
Checks all variants of put_h264_chroma and avg_h264_chroma. Patch attached. >From 001abdaa534ccb601aa8ee1431c04e33913401a2 Mon Sep 17 00:00:00 2001 From: Lynne Date: Thu, 18 May 2023 16:18:16 +0200 Subject: [PATCH] checkasm/h264dsp: add chroma_mc checkasm test Checks all variants of put_h264_ch