[FFmpeg-devel] [PATCH] lavc/vp8dsp: R-V V put_vp8_pixels

flow gg hlefthleft at gmail.com
Mon Feb 19 13:13:43 EET 2024


The reason for using m1+le8 instead of stride load + larger group
multipliers is the same as in "[FFmpeg-devel] [PATCH 1/7] lavc/me_cmp: R-V
V pix_abs."

In the test, there is

#define src (buf + 2 * SRC_BUF_STRIDE + 2 + 1)

Therefore, not using e8 will result : (fatal signal 7: Bus error).
-------------- next part --------------
A non-text attachment was scrubbed...
Name: lavc-vp8dsp-R-V-V-put_vp8_pixels.patch
Type: text/x-patch
Size: 7505 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20240219/007f3e28/attachment.bin>


More information about the ffmpeg-devel mailing list