Searched refs:dp34 (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/mips/ |
H A D | hevc_lpf_sao_msa.c | 39 int32_t dp04, dq04, dp34, dq34, d04, d34; in hevc_loopfilter_luma_hor_msa() local 61 dp34 = abs(p2[7] - (p1[7] << 1) + p0[7]); in hevc_loopfilter_luma_hor_msa() 64 d34 = dp34 + dq34; 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 487 dp34 = abs(p0[-3] - (p0[-2] << 1) + p0[-1]); in hevc_loopfilter_luma_ver_msa() 490 d34 = dp34 + dq34; 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 + dp34) < tm in hevc_loopfilter_luma_ver_msa() [all...] |
/third_party/ffmpeg/libavcodec/loongarch/ |
H A D | hevc_lpf_sao_lsx.c | 43 int32_t dp04, dq04, dp34, dq34, d04, d34; in ff_hevc_loop_filter_luma_h_8_lsx() local 63 dp34 = abs(p2[7] - (p1[7] << 1) + p0[7]); in ff_hevc_loop_filter_luma_h_8_lsx() 66 d34 = dp34 + dq34; 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 477 dp34 = abs(p0[-3] - (p0[-2] << 1) + p0[-1]); in ff_hevc_loop_filter_luma_v_8_lsx() 480 d34 = dp34 + dq34; 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 + dp34) < tm in ff_hevc_loop_filter_luma_v_8_lsx() [all...] |
Completed in 6 milliseconds