Re: [FFmpeg-devel] [PATCH v2 0/4] add bdof to the vvc decoder

2024-08-30 Thread Nuo Mi
On Sun, Aug 25, 2024 at 10:34 PM Nuo Mi wrote: > > > On Tue, Aug 20, 2024 at 9:22 PM Nuo Mi wrote: > >> Major changes since v1: >> remove hadd and pmulld as James suggested >> reduce vextracti128 >> >> I'll plan to merge next week to stay on track for the next release, > unless there are any obj

Re: [FFmpeg-devel] [PATCH v2 0/4] add bdof to the vvc decoder

2024-08-25 Thread Nuo Mi
On Tue, Aug 20, 2024 at 9:22 PM Nuo Mi wrote: > Major changes since v1: > remove hadd and pmulld as James suggested > reduce vextracti128 > > I'll plan to merge next week to stay on track for the next release, unless there are any objections Thank you. > Nuo Mi (4): > avcodec/vvcdec: misc, ren

[FFmpeg-devel] [PATCH v2 0/4] add bdof to the vvc decoder

2024-08-20 Thread Nuo Mi
Major changes since v1: remove hadd and pmulld as James suggested reduce vextracti128 Nuo Mi (4): avcodec/vvcdec: misc, rename BDOF_BLOCK_SIZE to BDOF_MIN_BLOCK_SIZE avcodec/vvcdec: bdof, do not pad sources and gradients to simplify the code x86/vvcdec: inter, add optical flow avx2 code