Re: [FFmpeg-devel] [PATCH] avcodec/h264_mb: Fix buffer stride for arm

2025-05-12 Thread Michael Niedermayer
On Mon, Apr 21, 2025 at 08:37:55PM +0800, Bin Peng wrote: > > > On 2025/4/16 8:24, Michael Niedermayer wrote: > > On Tue, Apr 08, 2025 at 07:22:32PM +0800, Bin Peng wrote: > >> When decoding a bitstream with weighted-bipred enabled, > >> the results on ARM and x86 platforms may differ. > >> > >>

Re: [FFmpeg-devel] [PATCH] avcodec/h264_mb: Fix buffer stride for arm

2025-04-21 Thread Bin Peng
On 2025/4/16 8:24, Michael Niedermayer wrote: > On Tue, Apr 08, 2025 at 07:22:32PM +0800, Bin Peng wrote: >> When decoding a bitstream with weighted-bipred enabled, >> the results on ARM and x86 platforms may differ. >> >> The reason for the inconsistency is that the value of >> STRIDE_ALIGN dif

Re: [FFmpeg-devel] [PATCH] avcodec/h264_mb: Fix buffer stride for arm

2025-04-15 Thread Michael Niedermayer
On Tue, Apr 08, 2025 at 07:22:32PM +0800, Bin Peng wrote: > When decoding a bitstream with weighted-bipred enabled, > the results on ARM and x86 platforms may differ. > > The reason for the inconsistency is that the value of > STRIDE_ALIGN differs between platforms. And STRIDE_ALIGN > is set to th