|
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 450 of file hevc_lpf_sao_msa.c.
Referenced by ff_hevc_loop_filter_luma_v_8_msa().
|
static |
Definition at line 916 of file hevc_lpf_sao_msa.c.
Referenced by ff_hevc_loop_filter_chroma_h_8_msa().
|
static |
Definition at line 979 of file hevc_lpf_sao_msa.c.
Referenced by ff_hevc_loop_filter_chroma_v_8_msa().
|
static |
Definition at line 1040 of file hevc_lpf_sao_msa.c.
Referenced by ff_hevc_sao_band_filter_0_8_msa().
|
static |
Definition at line 1102 of file hevc_lpf_sao_msa.c.
Referenced by ff_hevc_sao_band_filter_0_8_msa().
|
static |
Definition at line 1173 of file hevc_lpf_sao_msa.c.
Referenced by ff_hevc_sao_band_filter_0_8_msa().
|
static |
Definition at line 1255 of file hevc_lpf_sao_msa.c.
Referenced by ff_hevc_sao_edge_filter_8_msa().
|
static |
Definition at line 1347 of file hevc_lpf_sao_msa.c.
Referenced by ff_hevc_sao_edge_filter_8_msa().
|
static |
Definition at line 1440 of file hevc_lpf_sao_msa.c.
Referenced by ff_hevc_sao_edge_filter_8_msa().
|
static |
Definition at line 1558 of file hevc_lpf_sao_msa.c.
Referenced by ff_hevc_sao_edge_filter_8_msa().
|
static |
Definition at line 1663 of file hevc_lpf_sao_msa.c.
Referenced by ff_hevc_sao_edge_filter_8_msa().
|
static |
Definition at line 1765 of file hevc_lpf_sao_msa.c.
Referenced by ff_hevc_sao_edge_filter_8_msa().
|
static |
Definition at line 1867 of file hevc_lpf_sao_msa.c.
Referenced by ff_hevc_sao_edge_filter_8_msa().
|
static |
Definition at line 1979 of file hevc_lpf_sao_msa.c.
Referenced by ff_hevc_sao_edge_filter_8_msa().
|
static |
Definition at line 2094 of file hevc_lpf_sao_msa.c.
Referenced by ff_hevc_sao_edge_filter_8_msa().
|
static |
Definition at line 2215 of file hevc_lpf_sao_msa.c.
Referenced by ff_hevc_sao_edge_filter_8_msa().
|
static |
Definition at line 2329 of file hevc_lpf_sao_msa.c.
Referenced by ff_hevc_sao_edge_filter_8_msa().
|
static |
Definition at line 2440 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 2562 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 2570 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 2578 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 2586 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 2594 of file hevc_lpf_sao_msa.c.
1.8.17