Re: [FFmpeg-devel] [PATCH 1/2] checkasm/rv40dsp: cover more cases for rv40_bias

2024-12-05 Thread Christophe Gisquet
Le jeu. 5 déc. 2024 à 05:34, flow gg a écrit : > Update here because there's no need to change it to 0xFF. There is. h264_chroma mc is a separate issue, but doing interpolation of values that are within [0..3] is bogus. I'm not asking you fix h264_chroma mc test, but at least please do get this o

Re: [FFmpeg-devel] [PATCH 1/2] checkasm/rv40dsp: cover more cases for rv40_bias

2024-12-04 Thread flow gg
Update here because there's no need to change it to 0xFF. 于2024年12月5日周四 12:31写道: > From: sunyuechi > > --- > tests/checkasm/rv40dsp.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/tests/checkasm/rv40dsp.c b/tests/checkasm/rv40dsp.c > index a1a873d430..0600b07d09