Searched refs:dst_r0 (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/mips/ |
D | hevc_idct_msa.c | 719 v8i16 dst_r0, dst_l0, in0, in1; in hevc_addblk_4x4_msa() local 726 ILVRL_B2_SH(zeros, dst_vec, dst_r0, dst_l0); in hevc_addblk_4x4_msa() 727 ADD2(dst_r0, in0, dst_l0, in1, dst_r0, dst_l0); in hevc_addblk_4x4_msa() 728 CLIP_SH2_0_255(dst_r0, dst_l0); in hevc_addblk_4x4_msa() 729 dst_vec = (v4i32) __msa_pckev_b((v16i8) dst_l0, (v16i8) dst_r0); in hevc_addblk_4x4_msa() 739 v8i16 dst_r0, dst_l0, dst_r1, dst_l1; in hevc_addblk_8x8_msa() local 749 ILVRL_B2_SH(zeros, dst_vec0, dst_r0, dst_l0); in hevc_addblk_8x8_msa() 751 ADD4(dst_r0, in0, dst_l0, in1, dst_r1, in2, dst_l1, in3, in hevc_addblk_8x8_msa() 752 dst_r0, dst_l0, dst_r1, dst_l1); in hevc_addblk_8x8_msa() 753 CLIP_SH4_0_255(dst_r0, dst_l0, dst_r1, dst_l1); in hevc_addblk_8x8_msa() [all …]
|