Home
last modified time | relevance | path

Searched refs:dp00 (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/mips/
H A Dhevc_lpf_sao_msa.c37 int32_t dp00, dq00, dp30, dq30, d00, d30; in hevc_loopfilter_luma_hor_msa() local
53 dp00 = abs(p2[0] - (p1[0] << 1) + p0[0]); in hevc_loopfilter_luma_hor_msa()
57 d00 = dp00 + dq00; in hevc_loopfilter_luma_hor_msa()
236 cmp0 = __msa_fill_d(dp00 + dp30 < tmp); in hevc_loopfilter_luma_hor_msa()
380 cmp0 = __msa_fill_d(dp00 + dp30 < tmp); in hevc_loopfilter_luma_hor_msa()
461 int32_t dp00, dq00, dp30, dq30, d00, d30; in hevc_loopfilter_luma_ver_msa() local
476 dp00 = abs(p3[-3] - (p3[-2] << 1) + p3[-1]); in hevc_loopfilter_luma_ver_msa()
480 d00 = dp00 + dq00; in hevc_loopfilter_luma_ver_msa()
635 cmp0 = __msa_fill_d(!p_is_pcm0 && ((dp00 + dp30) < tmp)); in hevc_loopfilter_luma_ver_msa()
801 cmp0 = __msa_fill_d(!p_is_pcm0 && ((dp00 in hevc_loopfilter_luma_ver_msa()
[all...]
/third_party/ffmpeg/libavcodec/loongarch/
H A Dhevc_lpf_sao_lsx.c42 int32_t dp00, dq00, dp30, dq30, d00, d30, d0030, d0434; in ff_hevc_loop_filter_luma_h_8_lsx() local
55 dp00 = abs(p2[0] - (p1[0] << 1) + p0[0]); in ff_hevc_loop_filter_luma_h_8_lsx()
59 d00 = dp00 + dq00; in ff_hevc_loop_filter_luma_h_8_lsx()
234 DUP2_ARG1(__lsx_vreplgr2vr_d, dp00 + dp30 < tmp, dp04 + dp34 < tmp, in ff_hevc_loop_filter_luma_h_8_lsx()
376 DUP2_ARG1(__lsx_vreplgr2vr_d, dp00 + dp30 < tmp, dp04 + dp34 < tmp, in ff_hevc_loop_filter_luma_h_8_lsx()
450 int32_t dp00, dq00, dp30, dq30, d00, d30; in ff_hevc_loop_filter_luma_v_8_lsx() local
466 dp00 = abs(p3[-3] - (p3[-2] << 1) + p3[-1]); in ff_hevc_loop_filter_luma_v_8_lsx()
470 d00 = dp00 + dq00; in ff_hevc_loop_filter_luma_v_8_lsx()
632 DUP2_ARG1(__lsx_vreplgr2vr_d, !p_is_pcm0 && ((dp00 + dp30) < tmp), in ff_hevc_loop_filter_luma_v_8_lsx()
776 DUP2_ARG1(__lsx_vreplgr2vr_d, !p_is_pcm0 && ((dp00 in ff_hevc_loop_filter_luma_v_8_lsx()
[all...]

Completed in 6 milliseconds