FFmpeg
|
Go to the source code of this file.
Macros | |
#define | CMP(a, b) (((a) > (b)) - ((a) < (b))) |
Functions | |
static void FUNC() | sao_band_filter (uint8_t *_dst, const uint8_t *_src, ptrdiff_t stride_dst, ptrdiff_t stride_src, const int16_t *sao_offset_val, int sao_left_class, int width, int height) |
static void FUNC() | sao_edge_filter (uint8_t *_dst, const uint8_t *_src, ptrdiff_t stride_dst, const int16_t *sao_offset_val, int eo, int width, int height) |
static void FUNC() | sao_edge_restore_0 (uint8_t *_dst, const uint8_t *_src, ptrdiff_t stride_dst, ptrdiff_t stride_src, const SAOParams *sao, const int *borders, int _width, int _height, int c_idx, const uint8_t *vert_edge, const uint8_t *horiz_edge, const uint8_t *diag_edge) |
static void FUNC() | sao_edge_restore_1 (uint8_t *_dst, const uint8_t *_src, ptrdiff_t stride_dst, ptrdiff_t stride_src, const SAOParams *sao, const int *borders, int _width, int _height, int c_idx, const uint8_t *vert_edge, const uint8_t *horiz_edge, const uint8_t *diag_edge) |
Definition at line 48 of file h2656_sao_template.c.
|
static |
Definition at line 24 of file h2656_sao_template.c.
Referenced by ff_vvc_sao_dsp_init().
|
static |
Definition at line 50 of file h2656_sao_template.c.
Referenced by ff_vvc_sao_dsp_init().
|
static |
Definition at line 81 of file h2656_sao_template.c.
Referenced by ff_vvc_sao_dsp_init().
|
static |
Definition at line 131 of file h2656_sao_template.c.
Referenced by ff_vvc_sao_dsp_init().