Home
last modified time | relevance | path

Searched refs:dq34 (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
62 dq34 = abs(q2[7] - (q1[7] << 1) + q0[7]); in hevc_loopfilter_luma_hor_msa()
64 d34 = dp34 + dq34; in hevc_loopfilter_luma_hor_msa()
243 cmp1 = __msa_fill_d(dq04 + dq34 < tmp); in hevc_loopfilter_luma_hor_msa()
386 cmp1 = __msa_fill_d(dq04 + dq34 < tmp); in hevc_loopfilter_luma_hor_msa()
463 int32_t dp04, dq04, dp34, dq34, d04, d34; in hevc_loopfilter_luma_ver_msa() local
488 dq34 = abs(p0[2] - (p0[1] << 1) + p0[0]); in hevc_loopfilter_luma_ver_msa()
490 d34 = dp34 + dq34; in hevc_loopfilter_luma_ver_msa()
641 cmp1 = (v2i64) __msa_fill_h((!q_is_pcm4) && (dq04 + dq34 < tmp)); in hevc_loopfilter_luma_ver_msa()
807 cmp1 = (v2i64) __msa_fill_h((!q_is_pcm4) && (dq04 + dq34 < tm 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
64 dq34 = abs(q2[7] - (q1[7] << 1) + q0[7]); in ff_hevc_loop_filter_luma_h_8_lsx()
66 d34 = dp34 + dq34; in ff_hevc_loop_filter_luma_h_8_lsx()
240 DUP2_ARG1(__lsx_vreplgr2vr_d, dq00 + dq30 < tmp, dq04 + dq34 < tmp, in ff_hevc_loop_filter_luma_h_8_lsx()
380 DUP2_ARG1(__lsx_vreplgr2vr_d, dq00 + dq30 < tmp, dq04 + dq34 < 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
478 dq34 = abs(p0[2] - (p0[1] << 1) + p0[0]); in ff_hevc_loop_filter_luma_v_8_lsx()
480 d34 = dp34 + dq34; in ff_hevc_loop_filter_luma_v_8_lsx()
638 (!q_is_pcm4) && (dq04 + dq34 < tmp), cmp0, cmp1); in ff_hevc_loop_filter_luma_v_8_lsx()
782 (!q_is_pcm4) && (dq04 + dq34 < tm in ff_hevc_loop_filter_luma_v_8_lsx()
[all...]

Completed in 5 milliseconds