Go to the documentation of this file.
23 #ifndef AVCODEC_VVC_VVC_FILTER_H
24 #define AVCODEC_VVC_VVC_FILTER_H
71 #endif // AVCODEC_VVC_VVC_CTU_H
void ff_vvc_sao_filter(VVCLocalContext *lc, const int x0, const int y0)
sao filter for the CTU
void ff_vvc_deblock_horizontal(const VVCLocalContext *lc, int x0, int y0)
horizontal deblock filter for the CTU
void ff_vvc_alf_filter(VVCLocalContext *lc, const int x0, const int y0)
alf filter for the CTU
void ff_vvc_lmcs_filter(const VVCLocalContext *lc, const int x0, const int y0)
lmcs filter for the CTU
void ff_vvc_deblock_vertical(const VVCLocalContext *lc, int x0, int y0)
vertical deblock filter for the CTU
void ff_vvc_sao_copy_ctb_to_hv(VVCLocalContext *lc, int rx, int ry, int last_row)
void ff_vvc_alf_copy_ctu_to_hv(VVCLocalContext *lc, int x0, int y0)