Home
last modified time | relevance | path

Searched refs:dq00 (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
54 dq00 = abs(q2[0] - (q1[0] << 1) + q0[0]); in hevc_loopfilter_luma_hor_msa()
57 d00 = dp00 + dq00; in hevc_loopfilter_luma_hor_msa()
242 cmp0 = __msa_fill_d(dq00 + dq30 < tmp); in hevc_loopfilter_luma_hor_msa()
385 cmp0 = __msa_fill_d(dq00 + dq30 < tmp); in hevc_loopfilter_luma_hor_msa()
461 int32_t dp00, dq00, dp30, dq30, d00, d30; in hevc_loopfilter_luma_ver_msa() local
477 dq00 = abs(p3[2] - (p3[1] << 1) + p3[0]); in hevc_loopfilter_luma_ver_msa()
480 d00 = dp00 + dq00; in hevc_loopfilter_luma_ver_msa()
640 cmp0 = (v2i64) __msa_fill_h((!q_is_pcm0) && (dq00 + dq30 < tmp)); in hevc_loopfilter_luma_ver_msa()
806 cmp0 = (v2i64) __msa_fill_h((!q_is_pcm0) && (dq00 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
56 dq00 = abs(q2[0] - (q1[0] << 1) + q0[0]); in ff_hevc_loop_filter_luma_h_8_lsx()
59 d00 = dp00 + dq00; 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()
450 int32_t dp00, dq00, dp30, dq30, d00, d30; in ff_hevc_loop_filter_luma_v_8_lsx() local
467 dq00 = abs(p3[2] - (p3[1] << 1) + p3[0]); in ff_hevc_loop_filter_luma_v_8_lsx()
470 d00 = dp00 + dq00; in ff_hevc_loop_filter_luma_v_8_lsx()
637 DUP2_ARG1(__lsx_vreplgr2vr_h, (!q_is_pcm0) && (dq00 + dq30 < tmp), in ff_hevc_loop_filter_luma_v_8_lsx()
781 DUP2_ARG1(__lsx_vreplgr2vr_h, (!q_is_pcm0) && (dq00 in ff_hevc_loop_filter_luma_v_8_lsx()
[all...]

Completed in 7 milliseconds