Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/mips/
H A Dhevc_lpf_sao_msa.c39 int32_t dp04, dq04, dp34, dq34, d04, d34; in hevc_loopfilter_luma_hor_msa() local
59 dp04 = abs(p2[4] - (p1[4] << 1) + p0[4]); in hevc_loopfilter_luma_hor_msa()
63 d04 = dp04 + dq04; in hevc_loopfilter_luma_hor_msa()
237 cmp1 = __msa_fill_d(dp04 + dp34 < tmp); in hevc_loopfilter_luma_hor_msa()
381 cmp1 = __msa_fill_d(dp04 + dp34 < tmp); in hevc_loopfilter_luma_hor_msa()
463 int32_t dp04, dq04, dp34, dq34, d04, d34; in hevc_loopfilter_luma_ver_msa() local
485 dp04 = abs(p1[-3] - (p1[-2] << 1) + p1[-1]); in hevc_loopfilter_luma_ver_msa()
489 d04 = dp04 + dq04; in hevc_loopfilter_luma_ver_msa()
636 cmp1 = __msa_fill_d(!p_is_pcm4 && ((dp04 + dp34) < tmp)); in hevc_loopfilter_luma_ver_msa()
802 cmp1 = __msa_fill_d(!p_is_pcm4 && ((dp04 in hevc_loopfilter_luma_ver_msa()
[all...]
/third_party/ffmpeg/libavcodec/loongarch/
H A Dhevc_lpf_sao_lsx.c43 int32_t dp04, dq04, dp34, dq34, d04, d34; in ff_hevc_loop_filter_luma_h_8_lsx() local
61 dp04 = abs(p2[4] - (p1[4] << 1) + p0[4]); in ff_hevc_loop_filter_luma_h_8_lsx()
65 d04 = dp04 + dq04; 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()
452 int32_t dp04, dq04, dp34, dq34, d04, d34; in ff_hevc_loop_filter_luma_v_8_lsx() local
475 dp04 = abs(p1[-3] - (p1[-2] << 1) + p1[-1]); in ff_hevc_loop_filter_luma_v_8_lsx()
479 d04 = dp04 + dq04; in ff_hevc_loop_filter_luma_v_8_lsx()
633 !p_is_pcm4 && ((dp04 + dp34) < tmp), cmp0, cmp1); in ff_hevc_loop_filter_luma_v_8_lsx()
777 !p_is_pcm4 && ((dp04 in ff_hevc_loop_filter_luma_v_8_lsx()
[all...]

Completed in 7 milliseconds