diff options
author | Nuo Mi <nuomi2021@gmail.com> | 2023-12-05 22:45:15 +0800 |
---|---|---|
committer | Nuo Mi <nuomi2021@gmail.com> | 2024-01-03 23:15:12 +0800 |
commit | 02c1455b4475b30a320a752d85e8625e26137e96 (patch) | |
tree | 4ff5a6989f69e64b0709290c35c9414dbd1e9574 /libavcodec/vvc/vvc_ctu.h | |
parent | c05ba94ce87a785924e81982be4476b978def3cc (diff) | |
download | ffmpeg-02c1455b4475b30a320a752d85e8625e26137e96.tar.gz |
vvcdec: add LMCS, Deblocking, SAO, and ALF filters
Co-authored-by: Xu Mu <toxumu@outlook.com>
Co-authored-by: Frank Plowman <post@frankplowman.com>
Co-authored-by: Shaun Loo <shaunloo10@gmail.com>
Co-authored-by: Wu Jianhua <toqsxw@outlook.com>
Diffstat (limited to 'libavcodec/vvc/vvc_ctu.h')
-rw-r--r-- | libavcodec/vvc/vvc_ctu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/vvc/vvc_ctu.h b/libavcodec/vvc/vvc_ctu.h index 47c9f181bb..f3b1b4b7e3 100644 --- a/libavcodec/vvc/vvc_ctu.h +++ b/libavcodec/vvc/vvc_ctu.h @@ -463,6 +463,7 @@ typedef struct ALFParams { void ff_vvc_set_neighbour_available(VVCLocalContext *lc, int x0, int y0, int w, int h); void ff_vvc_decode_neighbour(VVCLocalContext *lc, int x_ctb, int y_ctb, int rx, int ry, int rs); void ff_vvc_ctu_free_cus(CTU *ctu); +int ff_vvc_get_qPy(const VVCFrameContext *fc, int xc, int yc); void ff_vvc_ep_init_stat_coeff(EntryPoint *ep, int bit_depth, int persistent_rice_adaptation_enabled_flag); #endif // AVCODEC_VVC_VVC_CTU_H |