Searched refs:dp30 (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 55 dp30 = abs(p2[3] - (p1[3] << 1) + p0[3]); in hevc_loopfilter_luma_hor_msa() 58 d30 = dp30 + dq30; in hevc_loopfilter_luma_hor_msa() 236 cmp0 = __msa_fill_d(dp00 + dp30 < tmp); in hevc_loopfilter_luma_hor_msa() 380 cmp0 = __msa_fill_d(dp00 + dp30 < tmp); in hevc_loopfilter_luma_hor_msa() 461 int32_t dp00, dq00, dp30, dq30, d00, d30; in hevc_loopfilter_luma_ver_msa() local 478 dp30 = abs(p2[-3] - (p2[-2] << 1) + p2[-1]); in hevc_loopfilter_luma_ver_msa() 481 d30 = dp30 + dq30; in hevc_loopfilter_luma_ver_msa() 635 cmp0 = __msa_fill_d(!p_is_pcm0 && ((dp00 + dp30) < tmp)); in hevc_loopfilter_luma_ver_msa() 801 cmp0 = __msa_fill_d(!p_is_pcm0 && ((dp00 + dp30) < 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 57 dp30 = abs(p2[3] - (p1[3] << 1) + p0[3]); in ff_hevc_loop_filter_luma_h_8_lsx() 60 d30 = dp30 + dq30; 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() 450 int32_t dp00, dq00, dp30, dq30, d00, d30; in ff_hevc_loop_filter_luma_v_8_lsx() local 468 dp30 = abs(p2[-3] - (p2[-2] << 1) + p2[-1]); in ff_hevc_loop_filter_luma_v_8_lsx() 471 d30 = dp30 + dq30; in ff_hevc_loop_filter_luma_v_8_lsx() 632 DUP2_ARG1(__lsx_vreplgr2vr_d, !p_is_pcm0 && ((dp00 + dp30) < tmp), in ff_hevc_loop_filter_luma_v_8_lsx() 776 DUP2_ARG1(__lsx_vreplgr2vr_d, !p_is_pcm0 && ((dp00 + dp30) < tm in ff_hevc_loop_filter_luma_v_8_lsx() [all...] |
Completed in 8 milliseconds