[FFmpeg-devel] [PATCH 1/4] checkasm/sw_rgb: add rgb24toyv12 tests

Ramiro Polla ramiro.polla at gmail.com
Thu Aug 29 00:21:37 EEST 2024


On Wed, Aug 28, 2024 at 11:13 PM Martin Storsjö <martin at martin.st> wrote:
> On Wed, 28 Aug 2024, Ramiro Polla wrote:
>
> > NOTE: currently the tests for rgb24toyv12 fail for x86 since the c and
> >      mmxext implementations differ (the mmxext version averages four
> >      rgb pixels before performing the chroma calculations).
> > ---
> > tests/checkasm/sw_rgb.c | 89 +++++++++++++++++++++++++++++++++++++++++
> > 1 file changed, 89 insertions(+)
>
> Would it be better for bisectability, if you'd swap the order of patches
> 1 and 2?

Indeed it would. I'll change it for the next iteration (or before pushing).


More information about the ffmpeg-devel mailing list