Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/mips/
H A Dhevc_lpf_sao_msa.c38 int32_t d0030, d0434; in hevc_loopfilter_luma_hor_msa() local
77 d0434 = (d04 + d34) >= beta; in hevc_loopfilter_luma_hor_msa()
80 cmp1 = (v2i64) __msa_fill_w(d0434); in hevc_loopfilter_luma_hor_msa()
85 (!d0030 || !d0434)) { in hevc_loopfilter_luma_hor_msa()
462 int32_t d0030, d0434; in hevc_loopfilter_luma_ver_msa() local
500 d0434 = (d04 + d34) >= beta; in hevc_loopfilter_luma_ver_msa()
503 cmp1 = __msa_fill_d(d0434); in hevc_loopfilter_luma_ver_msa()
508 (!d0030 || !d0434)) { in hevc_loopfilter_luma_ver_msa()
/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
77 d0434 = (d04 + d34) >= beta; in ff_hevc_loop_filter_luma_h_8_lsx()
78 DUP2_ARG1(__lsx_vreplgr2vr_w, d0030, d0434, cmp0, cmp1); in ff_hevc_loop_filter_luma_h_8_lsx()
83 (!d0030 || !d0434)) { in ff_hevc_loop_filter_luma_h_8_lsx()
451 int32_t d0030, d0434; in ff_hevc_loop_filter_luma_v_8_lsx() local
489 d0434 = (d04 + d34) >= beta; in ff_hevc_loop_filter_luma_v_8_lsx()
491 DUP2_ARG1(__lsx_vreplgr2vr_d, d0030, d0434, cmp0, cmp1); in ff_hevc_loop_filter_luma_v_8_lsx()
496 (!d0030 || !d0434)) { in ff_hevc_loop_filter_luma_v_8_lsx()

Completed in 9 milliseconds