FFmpeg
|
Go to the source code of this file.
Functions | |
static void FUNC() | loop_filter_luma_strong (pixel *pix, const ptrdiff_t xstride, const ptrdiff_t ystride, const int32_t tc, const int32_t tc2, const int tc3, const uint8_t no_p, const uint8_t no_q) |
static void FUNC() | loop_filter_luma_weak (pixel *pix, const ptrdiff_t xstride, const ptrdiff_t ystride, const int32_t tc, const int32_t beta, const uint8_t no_p, const uint8_t no_q, const int nd_p, const int nd_q) |
static void FUNC() | loop_filter_chroma_weak (pixel *pix, const ptrdiff_t xstride, const ptrdiff_t ystride, const int size, const int32_t tc, const uint8_t no_p, const uint8_t no_q) |
|
static |
Definition at line 25 of file h2656_deblock_template.c.
Referenced by hevc_loop_filter_luma(), and vvc_loop_filter_luma().
|
static |
Definition at line 52 of file h2656_deblock_template.c.
Referenced by hevc_loop_filter_luma(), and vvc_loop_filter_luma().
|
static |
Definition at line 83 of file h2656_deblock_template.c.
Referenced by hevc_loop_filter_chroma(), and vvc_loop_filter_chroma().