/third_party/ffmpeg/libavcodec/arm/ |
D | hevcdsp_init_neon.c | 29 int16_t *sao_offset_val, int sao_left_class, 31 …_filter_neon_8_wrapper(uint8_t *_dst, uint8_t *_src, ptrdiff_t stride_dst, int16_t *sao_offset_val, 157 int16_t *sao_offset_val, int sao_left_class, in ff_hevc_sao_band_filter_neon_8_wrapper() argument 165 offset_table[(k + sao_left_class) & 31] = sao_offset_val[k + 1]; in ff_hevc_sao_band_filter_neon_8_wrapper() 172 … int a_stride, int b_stride, int16_t *sao_offset_val, uint8_t *edge_idx); 174 …_filter_neon_8_wrapper(uint8_t *_dst, uint8_t *_src, ptrdiff_t stride_dst, int16_t *sao_offset_val, in ff_hevc_sao_edge_filter_neon_8_wrapper() argument 191 …n_8(dst, src, stride_dst, stride_src, width, height, a_stride, b_stride, sao_offset_val, edge_idx); in ff_hevc_sao_edge_filter_neon_8_wrapper()
|
/third_party/ffmpeg/libavcodec/mips/ |
D | hevc_lpf_sao_msa.c | 1043 int16_t *sao_offset_val, in hevc_sao_band_filter_4width_msa() argument 1052 offset_val = LD_SB(sao_offset_val + 1); in hevc_sao_band_filter_4width_msa() 1105 int16_t *sao_offset_val, in hevc_sao_band_filter_8width_msa() argument 1114 offset_val = LD_SB(sao_offset_val + 1); in hevc_sao_band_filter_8width_msa() 1178 int16_t *sao_offset_val, in hevc_sao_band_filter_16multiple_msa() argument 1189 offset_val = LD_SB(sao_offset_val + 1); in hevc_sao_band_filter_16multiple_msa() 1259 int16_t *sao_offset_val, in hevc_sao_edge_filter_0degree_4width_msa() argument 1265 v16i8 sao_offset = LD_SB(sao_offset_val); in hevc_sao_edge_filter_0degree_4width_msa() 1351 int16_t *sao_offset_val, in hevc_sao_edge_filter_0degree_8width_msa() argument 1359 v16i8 offset, sao_offset = LD_SB(sao_offset_val); in hevc_sao_edge_filter_0degree_8width_msa() [all …]
|
D | hevcdsp_mips.h | 456 int16_t *sao_offset_val, int sao_left_class, 461 int16_t *sao_offset_val,
|
/third_party/ffmpeg/tests/checkasm/ |
D | hevc_sao.c | 83 int16_t *sao_offset_val, int sao_left_class, int width, int height); in check_sao_band() 115 int16_t *sao_offset_val, int eo, int width, int height); in check_sao_edge()
|
/third_party/ffmpeg/libavcodec/ |
D | hevcdsp.h | 64 int16_t *sao_offset_val, int sao_left_class, int width, int height); 68 int16_t *sao_offset_val, int sao_eo_class, int width, int height);
|
D | hevcdsp_template.c | 300 int16_t *sao_offset_val, int sao_left_class, in FUNC() 313 offset_table[(k + sao_left_class) & 31] = sao_offset_val[k + 1]; in FUNC() 324 … FUNC(sao_edge_filter)(uint8_t *_dst, uint8_t *_src, ptrdiff_t stride_dst, int16_t *sao_offset_val, in FUNC() 348 dst[x] = av_clip_pixel(src[x] + sao_offset_val[offset_val]); in FUNC() 364 int16_t *sao_offset_val = sao->offset_val[c_idx]; in FUNC() local 373 int offset_val = sao_offset_val[0]; in FUNC() 380 int offset_val = sao_offset_val[0]; in FUNC() 390 int offset_val = sao_offset_val[0]; in FUNC() 395 int offset_val = sao_offset_val[0]; in FUNC() 414 int16_t *sao_offset_val = sao->offset_val[c_idx]; in FUNC() local [all …]
|
/third_party/ffmpeg/libavcodec/x86/ |
D | hevcdsp_init.c | 634 … int16_t *sao_offset_val, int sao_left_class, int width, int height); \ 636 … int16_t *sao_offset_val, int sao_left_class, int width, int height); \ 638 … int16_t *sao_offset_val, int sao_left_class, int width, int height); \ 640 … int16_t *sao_offset_val, int sao_left_class, int width, int height); \ 642 … int16_t *sao_offset_val, int sao_left_class, int width, int height); 663 …er_8_##bitd##_##opt(uint8_t *_dst, uint8_t *_src, ptrdiff_t stride_dst, int16_t *sao_offset_val, \ 665 …er_16_##bitd##_##opt(uint8_t *_dst, uint8_t *_src, ptrdiff_t stride_dst, int16_t *sao_offset_val, \ 667 …er_32_##bitd##_##opt(uint8_t *_dst, uint8_t *_src, ptrdiff_t stride_dst, int16_t *sao_offset_val, \ 669 …er_48_##bitd##_##opt(uint8_t *_dst, uint8_t *_src, ptrdiff_t stride_dst, int16_t *sao_offset_val, \ 671 …er_64_##bitd##_##opt(uint8_t *_dst, uint8_t *_src, ptrdiff_t stride_dst, int16_t *sao_offset_val, \
|
D | hevc_sao.asm | 123 ; int16_t *sao_offset_val, int sao_left_class, int widt… 252 …filter_<width>_8_<opt>(uint8_t *_dst, uint8_t *_src, ptrdiff_t stride_dst, int16_t *sao_offset_val,
|
D | hevc_sao_10bit.asm | 96 ; int16_t *sao_offset_val, int sao_left_class, in… 224 …_<width>_<depth>_<opt>(uint8_t *_dst, uint8_t *_src, ptrdiff_t stride_dst, int16_t *sao_offset_val,
|
/third_party/ffmpeg/libavcodec/aarch64/ |
D | hevcdsp_init_aarch64.c | 58 int16_t *sao_offset_val, int sao_left_class,
|