diff options
author | Rémi Denis-Courmont <remi@remlab.net> | 2024-11-17 21:21:44 +0200 |
---|---|---|
committer | Rémi Denis-Courmont <remi@remlab.net> | 2024-11-18 20:04:58 +0200 |
commit | b75dff0e201ebe89f63f9ffb2c38f38e310b7333 (patch) | |
tree | 6da12106d64dba6a7b7cd841317a06260e323871 /libavcodec/ffv1enc_vulkan.c | |
parent | e29432e6bbb6184d3ff2c7d1e070e9424cb25fe6 (diff) | |
download | ffmpeg-b75dff0e201ebe89f63f9ffb2c38f38e310b7333.tar.gz |
lavc/h264dsp: fix R-V V weight_pixels pointer arithmetic
As of 459a1512f13ae1fdd404ff9281b02d225ac70a09,
the code is unrolled to process two rows per iteration.
The output cursor thus needs to be incremented by twice the
stride, which is taken care of with SH1ADD. However the original
ADD from the original implemetation was incorrectly left over.
Diffstat (limited to 'libavcodec/ffv1enc_vulkan.c')
0 files changed, 0 insertions, 0 deletions