On Tue, Jan 23, 2024 at 1:47 AM <[email protected]> wrote: > From: Wu Jianhua <[email protected]> > > + > +#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 [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
