Searched refs:dst_l1 (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/mips/ |
D | hevc_idct_msa.c | 739 v8i16 dst_r0, dst_l0, dst_r1, dst_l1; in hevc_addblk_8x8_msa() local 750 ILVRL_B2_SH(zeros, dst_vec1, dst_r1, dst_l1); 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() 754 PCKEV_B2_SH(dst_l0, dst_r0, dst_l1, dst_r1, dst_r0, dst_r1); in hevc_addblk_8x8_msa() 761 UNPCK_UB_SH(dst_vec1, dst_r1, dst_l1); in hevc_addblk_8x8_msa() 762 ADD4(dst_r0, in4, dst_l0, in5, dst_r1, in6, dst_l1, in7, in hevc_addblk_8x8_msa() 763 dst_r0, dst_l0, dst_r1, dst_l1); in hevc_addblk_8x8_msa() 764 CLIP_SH4_0_255(dst_r0, dst_l0, dst_r1, dst_l1); in hevc_addblk_8x8_msa() [all …]
|