Home
last modified time | relevance | path

Searched refs:src01 (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/loongarch/
H A Dh264qpel_lasx.c986 src01 = __lasx_xvshuf_b(src00, src00, (__m256i)mask1); \
991 DUP2_ARG2(__lasx_xvaddwl_h_bu, src02, src03, src01, src04, src02, src01);\
994 src01 = __lasx_xvmul_h(src01, h_5); \
995 src02 = __lasx_xvssub_h(src02, src01); \
1005 __m256i src00, src01, src02, src03, src04, src05, src10; in put_h264_qpel8_h_lowpass_lasx() local
1060 __m256i src00, src01, src02, src03, src04, src05, src06; in put_h264_qpel8_v_lowpass_lasx() local
1068 src00, src01); in put_h264_qpel8_v_lowpass_lasx()
1078 QPEL8_V_LOWPASS(src00, src01, src0 in put_h264_qpel8_v_lowpass_lasx()
1109 __m256i src00, src01, src02, src03, src04, src05, src06; avg_h264_qpel8_v_lowpass_lasx() local
1217 __m256i src00, src01, src02, src03, src04, src05, src10; put_h264_qpel8_hv_lowpass_lasx() local
1280 __m256i src00, src01, src02, src03, src04, src05, src10; avg_h264_qpel8_h_lowpass_lasx() local
1326 __m256i src00, src01, src02, src03, src04, src05, src10; avg_h264_qpel8_hv_lowpass_lasx() local
[all...]
H A Dvc1dsp_lasx.c708 __m256i src00, src01, src10, src11; in ff_put_no_rnd_vc1_chroma_mc8_lasx() local
719 DUP2_ARG2(__lasx_xvld, src, 0, src, 1, src00, src01); in ff_put_no_rnd_vc1_chroma_mc8_lasx()
723 DUP4_ARG1(__lasx_vext2xv_hu_bu, src00, src01, src10, src11, in ff_put_no_rnd_vc1_chroma_mc8_lasx()
724 src00, src01, src10, src11); in ff_put_no_rnd_vc1_chroma_mc8_lasx()
725 DUP4_ARG2(__lasx_xvmul_h, src00, A, src01, B, src10, C, src11, D, in ff_put_no_rnd_vc1_chroma_mc8_lasx()
726 src00, src01, src10, src11); in ff_put_no_rnd_vc1_chroma_mc8_lasx()
727 src00 = __lasx_xvadd_h(src00, src01); in ff_put_no_rnd_vc1_chroma_mc8_lasx()
/third_party/mesa3d/src/amd/compiler/
H A Daco_instruction_selection.cpp927 Temp src01 = bld.tmp(src0.type(), 1);
928 bld.pseudo(aco_opcode::p_split_vector, Definition(src00), Definition(src01), src0);
933 Temp hi = bld.vop2(op, bld.def(v1), src01, src11);
1870 Temp src01 = bld.tmp(dst.type(), 1);
1871 bld.pseudo(aco_opcode::p_split_vector, Definition(src00), Definition(src01), src0);
1880 Temp dst1 = bld.sop2(aco_opcode::s_addc_u32, bld.def(s1), bld.def(s1, scc), src01, src11,
1886 Temp dst1 = bld.vadd32(bld.def(v1), src01, src11, false, carry);
1928 Temp src01 = bld.tmp(src0.type(), 1);
1929 bld.pseudo(aco_opcode::p_split_vector, Definition(src00), Definition(src01), src0);
1941 src01, src1
[all...]
/third_party/ffmpeg/libavcodec/mips/
H A Dhevc_mc_uni_msa.c2629 v8i16 src01, src12, src23, src34, tmp0, tmp1, filt, filt0, filt1; in common_vt_4t_8x2_msa() local
2640 ILVR_B2_SH(src1, src0, src3, src2, src01, src23); in common_vt_4t_8x2_msa()
2641 tmp0 = HEVC_FILT_4TAP_SH(src01, src23, filt0, filt1); in common_vt_4t_8x2_msa()

Completed in 17 milliseconds