On Mon, 13 Jun 2022, Swinney, Jonathan wrote:
- added a test for yuv2plane1 (currently disabled for x86_64)
What's the reason for having it disabled for x86 - is it another case where the current implementations there aren't bitexact? Could we avoid that by setting the bitexact flag for the new yuv2yuv1 test?
- fixed test for yuv2planeX for aarch64 which was previously not working at all
Could we make the test fuzzy and allow minor differences from the reference, when the bitexact flag isn't set, and separately test with the bitexact flag and require exact matches?
@@ -95,7 +210,7 @@ static void check_yuv2yuvX(void) ff_sws_init_scale(ctx); for(isi = 0; isi < INPUT_SIZES; ++isi){ dstW = input_sizes[isi]; - for(osi = 0; osi < 64; osi += 16){ + for(osi = 0; osi < 1; osi += 16){
This looks like a stray leftover change? // Martin _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".