FFmpeg
|
#include "vvcdec.h"
Go to the source code of this file.
Functions | |
void | ff_vvc_lmcs_filter (const VVCLocalContext *lc, const int x0, const int y0) |
lmcs filter for the CTU More... | |
void | ff_vvc_deblock_vertical (const VVCLocalContext *lc, int x0, int y0) |
vertical deblock filter for the CTU More... | |
void | ff_vvc_deblock_horizontal (const VVCLocalContext *lc, int x0, int y0) |
horizontal deblock filter for the CTU More... | |
void | ff_vvc_sao_filter (VVCLocalContext *lc, const int x0, const int y0) |
sao filter for the CTU More... | |
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) |
void | ff_vvc_alf_filter (VVCLocalContext *lc, const int x0, const int y0) |
alf filter for the CTU More... | |
void ff_vvc_lmcs_filter | ( | const VVCLocalContext * | lc, |
const int | x0, | ||
const int | y0 | ||
) |
void ff_vvc_deblock_vertical | ( | const VVCLocalContext * | lc, |
int | x0, | ||
int | y0 | ||
) |
vertical deblock filter for the CTU
Definition at line 808 of file vvc_filter.c.
Referenced by run_deblock_v().
void ff_vvc_deblock_horizontal | ( | const VVCLocalContext * | lc, |
int | x0, | ||
int | y0 | ||
) |
horizontal deblock filter for the CTU
Definition at line 878 of file vvc_filter.c.
Referenced by run_deblock_h().
void ff_vvc_sao_filter | ( | VVCLocalContext * | lc, |
const int | x0, | ||
const int | y0 | ||
) |
void ff_vvc_sao_copy_ctb_to_hv | ( | VVCLocalContext * | lc, |
int | rx, | ||
int | ry, | ||
int | last_row | ||
) |
Definition at line 143 of file vvc_filter.c.
Referenced by run_deblock_h().
void ff_vvc_alf_copy_ctu_to_hv | ( | VVCLocalContext * | lc, |
int | x0, | ||
int | y0 | ||
) |
Definition at line 1177 of file vvc_filter.c.
Referenced by run_sao().
void ff_vvc_alf_filter | ( | VVCLocalContext * | lc, |
const int | x0, | ||
const int | y0 | ||
) |