Home
last modified time | relevance | path

Searched refs:edge_idx (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/mips/
Dhevc_lpf_sao_msa.c1264 v16i8 edge_idx = { 1, 2, 0, 3, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }; in hevc_sao_edge_filter_0degree_4width_msa() local
1300 VSHF_B2_SB(edge_idx, edge_idx, sao_offset, sao_offset, offset, offset, in hevc_sao_edge_filter_0degree_4width_msa()
1332 VSHF_B2_SB(edge_idx, edge_idx, sao_offset, sao_offset, offset, offset, in hevc_sao_edge_filter_0degree_4width_msa()
1355 v16i8 edge_idx = { 1, 2, 0, 3, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }; in hevc_sao_edge_filter_0degree_8width_msa() local
1393 VSHF_B2_SB(edge_idx, edge_idx, sao_offset, sao_offset, offset, offset, in hevc_sao_edge_filter_0degree_8width_msa()
1427 VSHF_B2_SB(edge_idx, edge_idx, sao_offset, sao_offset, offset, offset, in hevc_sao_edge_filter_0degree_8width_msa()
1451 v16i8 edge_idx = { 1, 2, 0, 3, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }; in hevc_sao_edge_filter_0degree_16multiple_msa() local
1521 VSHF_B2_SB(edge_idx, edge_idx, sao_offset, sao_offset, offset_mask0, in hevc_sao_edge_filter_0degree_16multiple_msa()
1524 VSHF_B2_SB(edge_idx, edge_idx, sao_offset, sao_offset, offset_mask1, in hevc_sao_edge_filter_0degree_16multiple_msa()
1527 VSHF_B2_SB(edge_idx, edge_idx, sao_offset, sao_offset, offset_mask2, in hevc_sao_edge_filter_0degree_16multiple_msa()
[all …]
/third_party/ffmpeg/libavcodec/arm/
Dhevcdsp_init_neon.c172 … int a_stride, int b_stride, int16_t *sao_offset_val, uint8_t *edge_idx);
176 static uint8_t edge_idx[] = { 1, 2, 0, 3, 4 }; in ff_hevc_sao_edge_filter_neon_8_wrapper() local
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/
Dhevcdsp_template.c327 static const uint8_t edge_idx[] = { 1, 2, 0, 3, 4 }; in FUNC() local
347 int offset_val = edge_idx[2 + diff0 + diff1]; in FUNC()