Home
last modified time | relevance | path

Searched refs:sao_offset_val (Results 1 – 10 of 10) sorted by relevance

/third_party/ffmpeg/libavcodec/arm/
Dhevcdsp_init_neon.c29 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/
Dhevc_lpf_sao_msa.c1043 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 …]
Dhevcdsp_mips.h456 int16_t *sao_offset_val, int sao_left_class,
461 int16_t *sao_offset_val,
/third_party/ffmpeg/tests/checkasm/
Dhevc_sao.c83 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/
Dhevcdsp.h64 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);
Dhevcdsp_template.c300 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/
Dhevcdsp_init.c634 … 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, \
Dhevc_sao.asm123 ; 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,
Dhevc_sao_10bit.asm96 ; 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/
Dhevcdsp_init_aarch64.c58 int16_t *sao_offset_val, int sao_left_class,