/third_party/ffmpeg/libavcodec/loongarch/ |
H A D | h264dsp_lasx.c | 86 __m256i p3_org, p2_org, p1_org, p0_org, q0_org, q1_org, q2_org, q3_org; in ff_h264_h_lpf_luma_8_lasx() local 117 p3_org, p2_org, p1_org, p0_org, in ff_h264_h_lpf_luma_8_lasx() 146 p2_asub_p0 = __lasx_xvabsd_bu(p2_org, p0_org); in ff_h264_h_lpf_luma_8_lasx() 153 p2_org_h = __lasx_vext2xv_hu_bu(p2_org); in ff_h264_h_lpf_luma_8_lasx() 206 q2_org, 0x02, p2_org, q1_org, 0x02, p3_org, in ff_h264_h_lpf_luma_8_lasx() 207 q0_org, 0x02, p0_org, p1_org, p2_org, p3_org); in ff_h264_h_lpf_luma_8_lasx() 208 DUP2_ARG2(__lasx_xvilvl_b, p1_org, p3_org, p0_org, p2_org, in ff_h264_h_lpf_luma_8_lasx() 210 DUP2_ARG2(__lasx_xvilvh_b, p1_org, p3_org, p0_org, p2_org, in ff_h264_h_lpf_luma_8_lasx() 260 __m256i p2_org, p1_org, p0_org, q0_org, q1_org, q2_org; in ff_h264_v_lpf_luma_8_lasx() local 271 p2_org, p1_or in ff_h264_v_lpf_luma_8_lasx() 593 __m256i p3_org, p2_org, p1_org, p0_org, q0_org, q1_org, q2_org, q3_org; ff_h264_h_lpf_luma_intra_8_lasx() local 789 __m256i p2_org = __lasx_xvldx(src, -img_width); ff_h264_v_lpf_luma_intra_8_lasx() local [all...] |
H A D | vp9_lpf_lsx.c | 2133 __m128i p7_org, p6_org, p5_org, p4_org, p3_org, p2_org, p1_org, p0_org; in vp9_transpose_16x8_to_8x16() local 2141 p7_org, p6_org, p5_org, p4_org, p3_org, p2_org, p1_org, p0_org); in vp9_transpose_16x8_to_8x16() 2143 LSX_TRANSPOSE8x8_B(p7_org, p6_org, p5_org, p4_org, p3_org, p2_org, p1_org, in vp9_transpose_16x8_to_8x16() 2147 p3_org, p0_org, p2_org, tmp0, tmp1, tmp2, tmp3); in vp9_transpose_16x8_to_8x16()
|
/third_party/ffmpeg/libavcodec/mips/ |
H A D | h264dsp_msa.c | 714 v16u8 p2_org = LD_UB(data - (3 * img_width)); in avc_loopfilter_luma_intra_edge_hor_msa() local 723 p2_asub_p0 = __msa_asub_u_b(p2_org, p0_org); in avc_loopfilter_luma_intra_edge_hor_msa() 743 ILVR_B2_SH(zero, p3_org, zero, p2_org, p3_org_r, p2_r); in avc_loopfilter_luma_intra_edge_hor_msa() 747 ILVL_B2_SH(zero, p3_org, zero, p2_org, p3_org_l, p2_l); in avc_loopfilter_luma_intra_edge_hor_msa() 755 p2_org = __msa_bmnz_v(p2_org, p2, is_less_than_beta); in avc_loopfilter_luma_intra_edge_hor_msa() 758 ST_UB(p2_org, data - (3 * img_width)); in avc_loopfilter_luma_intra_edge_hor_msa() 824 v16u8 p3_org, p2_org, p1_org, p0_org, q0_org, q1_org, q2_org, q3_org; in avc_loopfilter_luma_intra_edge_ver_msa() local 840 p3_org, p2_org, p1_org, p0_org, in avc_loopfilter_luma_intra_edge_ver_msa() 877 p2_asub_p0 = __msa_asub_u_b(p2_org, p0_or in avc_loopfilter_luma_intra_edge_ver_msa() 1466 v16u8 p0, q0, p2_org, p1_org, p0_org, q0_org, q1_org, q2_org; avc_loopfilter_luma_inter_edge_hor_msa() local [all...] |
H A D | vp9_lpf_msa.c | 1673 v16u8 p7_org, p6_org, p5_org, p4_org, p3_org, p2_org, p1_org, p0_org; in vp9_transpose_16x8_to_8x16() local 1679 p7_org, p6_org, p5_org, p4_org, p3_org, p2_org, p1_org, p0_org); in vp9_transpose_16x8_to_8x16() 1681 TRANSPOSE8x8_UB_UB(p7_org, p6_org, p5_org, p4_org, p3_org, p2_org, p1_org, in vp9_transpose_16x8_to_8x16() 1684 ILVL_B4_SB(p5_org, p7_org, p4_org, p6_org, p1_org, p3_org, p0_org, p2_org, in vp9_transpose_16x8_to_8x16()
|