diff options
author | Bin Peng <pengbin@visionular.com> | 2024-12-16 10:31:23 +0800 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2024-12-17 14:50:29 +0200 |
commit | decc9e643cc3ac5537f42b465e2637fbefbf41cc (patch) | |
tree | fa80d2ad358cb9b9c4d024ce1b418e6ff165f0c9 /libavcodec/vaapi_encode.c | |
parent | 7b0bd6c4a7bcb53eacf082e472ff32a81b14edba (diff) | |
download | ffmpeg-decc9e643cc3ac5537f42b465e2637fbefbf41cc.tar.gz |
lavc/aarch64: Fix ff_pred8x8_plane_neon_10
Fix test failure on aarch64:
./tests/checkasm/checkasm --test=h264pred 479612
The mismatch between neon and C functions can also be reproduced using the following bitstream and command line.
wget https://streams.videolan.org/ffmpeg/incoming/intra8x8pred_10bit.264
./ffmpeg -cpuflags 0 -threads 1 -i intra8x8pred_10bit.264 -f framemd5 -y md5_ref
./ffmpeg -threads 1 -i intra8x8pred_10bit.264 -f framemd5 -y md5_neon
Signed-off-by: Bin Peng <pengbin@visionular.com>
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavcodec/vaapi_encode.c')
0 files changed, 0 insertions, 0 deletions