[FFmpeg-devel] [PATCH v2 1/2] checkasm/rv40dsp: cover more cases

Christophe Gisquet christophe.gisquet at gmail.com
Thu Dec 5 13:45:22 EET 2024


Hello,

Le jeu. 5 déc. 2024 à 08:25, flow gg <hlefthleft at gmail.com> a écrit :
> I submitted a new patch: "checkasm/rv40dsp: cover more cases for rv40_bias"
> to test this situation.

My point is, that patch was fine, the one you talk about isn't.

> > Le mer. 4 déc. 2024 à 10:14, <uk7b-at-foxmail.com at ffmpeg.org> a écrit :
> > > @@ -27,7 +27,7 @@
> > >  #define randomize_buffers()                  \
> > >      do {                                     \
> > >          for (int i = 0; i < 16*18*2; i++)    \
> > > -            src[i] = rnd() & 0x3;            \
> > > +            src[i] = rnd() & 0xff;           \

-- 
Christophe


More information about the ffmpeg-devel mailing list