Searched refs:SLLI_2V (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/mips/ |
H A D | hevc_mc_biw_msa.c | 137 SLLI_2V(dst0, dst1, 6); in hevc_biwgt_copy_4w_msa() 260 SLLI_2V(dst0, dst1, 6); in hevc_biwgt_copy_8w_msa() 280 SLLI_2V(dst4, dst5, 6); in hevc_biwgt_copy_8w_msa() 591 SLLI_2V(dst4, dst5, 6); in hevc_biwgt_copy_48w_msa()
|
H A D | hevc_mc_uniw_msa.c | 98 SLLI_2V(dst0, dst1, 6); in hevc_uniwgt_copy_4w_msa() 212 SLLI_2V(dst0, dst1, 6); in hevc_uniwgt_copy_8w_msa() 240 SLLI_2V(dst4, dst5, 6); in hevc_uniwgt_copy_8w_msa() 312 SLLI_2V(dst4, dst5, 6); in hevc_uniwgt_copy_12w_msa()
|
H A D | hevc_mc_bi_msa.c | 97 SLLI_2V(dst0, dst1, 6); in hevc_bi_copy_4w_msa() 201 SLLI_2V(dst0, dst1, 6); in hevc_bi_copy_8w_msa() 229 SLLI_2V(dst4, dst5, 6); in hevc_bi_copy_8w_msa() 297 SLLI_2V(dst4, dst5, 6); in hevc_bi_copy_12w_msa()
|
/third_party/ffmpeg/libavutil/mips/ |
H A D | generic_macros_msa.h | 1916 #define SLLI_2V(in0, in1, shift) \ macro
|
Completed in 38 milliseconds