diff options
author | Nuo Mi <nuomi2021@gmail.com> | 2023-12-05 22:45:11 +0800 |
---|---|---|
committer | Nuo Mi <nuomi2021@gmail.com> | 2024-01-03 23:15:11 +0800 |
commit | 603d0bd1719cb78b4d663c2b68db27d64e4f6233 (patch) | |
tree | 9e1d0a0acc5356961d4f59b6f7a3b1c499926394 /libavcodec/vvc/vvc_ctu.h | |
parent | c1a3d17491d03447ee9452b34d17e6939798c29e (diff) | |
download | ffmpeg-603d0bd1719cb78b4d663c2b68db27d64e4f6233.tar.gz |
vvcdec: add motion vector decoder
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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/vvc/vvc_ctu.h b/libavcodec/vvc/vvc_ctu.h index 7cf9d9f045..d35b680aff 100644 --- a/libavcodec/vvc/vvc_ctu.h +++ b/libavcodec/vvc/vvc_ctu.h @@ -459,6 +459,8 @@ typedef struct ALFParams { uint8_t applied[3]; } ALFParams; +//utils +void ff_vvc_set_neighbour_available(VVCLocalContext *lc, int x0, int y0, int w, int h); void ff_vvc_ep_init_stat_coeff(EntryPoint *ep, int bit_depth, int persistent_rice_adaptation_enabled_flag); #endif // AVCODEC_VVC_VVC_CTU_H |