FFmpeg
|
Go to the source code of this file.
|
static |
Definition at line 24 of file hevc_lpf_sao_msa.c.
Referenced by ff_hevc_loop_filter_luma_h_8_msa().
|
static |
Definition at line 273 of file hevc_lpf_sao_msa.c.
Referenced by ff_hevc_loop_filter_luma_v_8_msa().
|
static |
Definition at line 558 of file hevc_lpf_sao_msa.c.
Referenced by ff_hevc_loop_filter_chroma_h_8_msa().
|
static |
Definition at line 621 of file hevc_lpf_sao_msa.c.
Referenced by ff_hevc_loop_filter_chroma_v_8_msa().
|
static |
Definition at line 684 of file hevc_lpf_sao_msa.c.
Referenced by ff_hevc_sao_band_filter_0_8_msa().
|
static |
Definition at line 731 of file hevc_lpf_sao_msa.c.
Referenced by ff_hevc_sao_band_filter_0_8_msa().
|
static |
Definition at line 784 of file hevc_lpf_sao_msa.c.
Referenced by ff_hevc_sao_band_filter_0_8_msa().
|
static |
Definition at line 851 of file hevc_lpf_sao_msa.c.
Referenced by ff_hevc_sao_edge_filter_8_msa().
|
static |
Definition at line 915 of file hevc_lpf_sao_msa.c.
Referenced by ff_hevc_sao_edge_filter_8_msa().
|
static |
Definition at line 982 of file hevc_lpf_sao_msa.c.
Referenced by ff_hevc_sao_edge_filter_8_msa().
|
static |
Definition at line 1110 of file hevc_lpf_sao_msa.c.
Referenced by ff_hevc_sao_edge_filter_8_msa().
|
static |
Definition at line 1177 of file hevc_lpf_sao_msa.c.
Referenced by ff_hevc_sao_edge_filter_8_msa().
|
static |
Definition at line 1243 of file hevc_lpf_sao_msa.c.
Referenced by ff_hevc_sao_edge_filter_8_msa().
|
static |
Definition at line 1356 of file hevc_lpf_sao_msa.c.
Referenced by ff_hevc_sao_edge_filter_8_msa().
|
static |
Definition at line 1428 of file hevc_lpf_sao_msa.c.
Referenced by ff_hevc_sao_edge_filter_8_msa().
|
static |
Definition at line 1500 of file hevc_lpf_sao_msa.c.
Referenced by ff_hevc_sao_edge_filter_8_msa().
|
static |
Definition at line 1631 of file hevc_lpf_sao_msa.c.
Referenced by ff_hevc_sao_edge_filter_8_msa().
|
static |
Definition at line 1703 of file hevc_lpf_sao_msa.c.
Referenced by ff_hevc_sao_edge_filter_8_msa().
|
static |
Definition at line 1775 of file hevc_lpf_sao_msa.c.
Referenced by ff_hevc_sao_edge_filter_8_msa().
void ff_hevc_loop_filter_luma_h_8_msa | ( | uint8_t * | src, |
ptrdiff_t | src_stride, | ||
int32_t | beta, | ||
int32_t * | tc, | ||
uint8_t * | no_p, | ||
uint8_t * | no_q | ||
) |
Definition at line 1908 of file hevc_lpf_sao_msa.c.
void ff_hevc_loop_filter_luma_v_8_msa | ( | uint8_t * | src, |
ptrdiff_t | src_stride, | ||
int32_t | beta, | ||
int32_t * | tc, | ||
uint8_t * | no_p, | ||
uint8_t * | no_q | ||
) |
Definition at line 1916 of file hevc_lpf_sao_msa.c.
void ff_hevc_loop_filter_chroma_h_8_msa | ( | uint8_t * | src, |
ptrdiff_t | src_stride, | ||
int32_t * | tc, | ||
uint8_t * | no_p, | ||
uint8_t * | no_q | ||
) |
Definition at line 1924 of file hevc_lpf_sao_msa.c.
void ff_hevc_loop_filter_chroma_v_8_msa | ( | uint8_t * | src, |
ptrdiff_t | src_stride, | ||
int32_t * | tc, | ||
uint8_t * | no_p, | ||
uint8_t * | no_q | ||
) |
Definition at line 1932 of file hevc_lpf_sao_msa.c.
void ff_hevc_sao_band_filter_0_8_msa | ( | uint8_t * | dst, |
uint8_t * | src, | ||
ptrdiff_t | stride_dst, | ||
ptrdiff_t | stride_src, | ||
int16_t * | sao_offset_val, | ||
int | sao_left_class, | ||
int | width, | ||
int | height | ||
) |
Definition at line 1940 of file hevc_lpf_sao_msa.c.
void ff_hevc_sao_edge_filter_8_msa | ( | uint8_t * | dst, |
uint8_t * | src, | ||
ptrdiff_t | stride_dst, | ||
int16_t * | sao_offset_val, | ||
int | eo, | ||
int | width, | ||
int | height | ||
) |
Definition at line 1968 of file hevc_lpf_sao_msa.c.