On Tue, Jan 23, 2024 at 1:47 AM <toq...@outlook.com> wrote: > From: Wu Jianhua <toq...@outlook.com> > > + > +#define FW_PUT(name, depth, opt) \ > +static void ff_vvc_put_ ## name ## _ ## depth ## _##opt(int16_t *dst, > const uint8_t *src, ptrdiff_t srcstride, \ > + int height, const int8_t > *hf, const int8_t *vf, int width) \ > +{ > \ > + ff_h2656_put_## name ## _ ## depth ## _##opt(dst, 2 * MAX_PB_SIZE, > src, srcstride, height, hf, vf, width); \ > +} > Hi Jianhua, Great work, thank you.
Hi Ronald, Lynee, and all, With this patch set, the VVC motion compensation shares binary with HEVC. Please help review. thank you. _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".