[FFmpeg-devel] [PATCH v2 4/4] vvcdec: reuse h26x/h2656_deblock_template.c

Nuo Mi nuomi2021 at gmail.com
Tue Jan 9 03:02:51 EET 2024


On Sat, Jan 6, 2024 at 6:52 PM Nuo Mi <nuomi2021 at gmail.com> wrote:

> ---
>  libavcodec/vvc/vvc_filter_template.c | 82 +---------------------------
>  1 file changed, 3 insertions(+), 79 deletions(-)
>
> diff --git a/libavcodec/vvc/vvc_filter_template.c
> b/libavcodec/vvc/vvc_filter_template.c
> index 9418980c33..671ed7de4e 100644
> --- a/libavcodec/vvc/vvc_filter_template.c
> +++ b/libavcodec/vvc/vvc_filter_template.c
> @@ -461,6 +461,8 @@ static void FUNC(alf_recon_coeff_and_clip)(int16_t
> *coeff, int16_t *clip,
>  #define FQ2 pix[2  * xstride + 1 * ystride]
>  #define FQ3 pix[3  * xstride + 1 * ystride]
>
> +#include "libavcodec/h26x/h2656_deblock_template.c"
>
Will merge this in two days if there are no objections to the file and
directory names.
Thank you


More information about the ffmpeg-devel mailing list