[FFmpeg-devel] [PATCH 3/3] lavc/vp8dsp: remove RISC-V table alignment

Martin Storsjö martin at martin.st
Sat Nov 16 10:46:54 EET 2024


On Sat, 16 Nov 2024, Rémi Denis-Courmont wrote:

> These values are bytes and need not be aligned.
> ---
> libavcodec/riscv/vp8dsp_rvv.S | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/libavcodec/riscv/vp8dsp_rvv.S b/libavcodec/riscv/vp8dsp_rvv.S
> index a8b3e239ba..a0548fbf0a 100644
> --- a/libavcodec/riscv/vp8dsp_rvv.S
> +++ b/libavcodec/riscv/vp8dsp_rvv.S
> @@ -365,7 +365,7 @@ func ff_put_vp8_bilin\len\()_hv_rvv, zve32x
> endfunc
> .endr
>
> -const subpel_filters
> +const subpel_filters, align=0
>         .byte 0,  -6, 123,  12,  -1, 0
>         .byte 2, -11, 108,  36,  -8, 1
>         .byte 0,  -9,  93,  50,  -6, 0
> -- 
> 2.45.2

Patches 2-3 probably ok.

// Martin


More information about the ffmpeg-devel mailing list