Go to the source code of this file.
|
| 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) |
| |
◆ CMP
◆ sao_band_filter()
| 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 |
◆ sao_edge_filter()
| 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 |
◆ sao_edge_restore_0()
| 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 |
◆ sao_edge_restore_1()
| 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 ) |
|
static |