Searched refs:dq30 (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/mips/ |
H A D | hevc_lpf_sao_msa.c | 37 int32_t dp00, dq00, dp30, dq30, d00, d30; in hevc_loopfilter_luma_hor_msa() local 56 dq30 = abs(q2[3] - (q1[3] << 1) + q0[3]); in hevc_loopfilter_luma_hor_msa() 58 d30 = dp30 + dq30; 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 479 dq30 = abs(p2[2] - (p2[1] << 1) + p2[0]); in hevc_loopfilter_luma_ver_msa() 481 d30 = dp30 + dq30; 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 + dq30 < tm in hevc_loopfilter_luma_ver_msa() [all...] |
/third_party/ffmpeg/libavcodec/loongarch/ |
H A D | hevc_lpf_sao_lsx.c | 42 int32_t dp00, dq00, dp30, dq30, d00, d30, d0030, d0434; in ff_hevc_loop_filter_luma_h_8_lsx() local 58 dq30 = abs(q2[3] - (q1[3] << 1) + q0[3]); in ff_hevc_loop_filter_luma_h_8_lsx() 60 d30 = dp30 + dq30; 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 469 dq30 = abs(p2[2] - (p2[1] << 1) + p2[0]); in ff_hevc_loop_filter_luma_v_8_lsx() 471 d30 = dp30 + dq30; 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 + dq30 < tm in ff_hevc_loop_filter_luma_v_8_lsx() [all...] |
Completed in 6 milliseconds