Searched refs:SRAR_W4_SW (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/mips/ |
H A D | hevc_mc_biw_msa.c | 44 SRAR_W4_SW(out0_r, out1_r, out0_l, out1_l, rnd); \ 67 SRAR_W4_SW(out0_r, out1_r, out0_l, out1_l, rnd); \ 2050 SRAR_W4_SW(dst0, dst1, dst2, dst3, rnd_vec); in hevc_hv_biwgt_8t_4w_msa() 2228 SRAR_W4_SW(dst0_l, dst0_r, dst1_l, dst1_r, rnd_vec); in hevc_hv_biwgt_8t_8multx2mult_msa() 2414 SRAR_W4_SW(dst1, dst0, dst3, dst2, rnd_vec); in hevc_hv_biwgt_8t_12w_msa() 2505 SRAR_W4_SW(dst0, dst1, dst2, dst3, rnd_vec); in hevc_hv_biwgt_8t_12w_msa() 4673 SRAR_W4_SW(dst0, dst1, dst2, dst3, rnd_vec); in hevc_hv_biwgt_4t_4x4_msa() 4809 SRAR_W4_SW(dst0, dst1, dst2, dst3, rnd_vec); in hevc_hv_biwgt_4t_4multx8mult_msa() 4810 SRAR_W4_SW(dst4, dst5, dst6, dst7, rnd_vec); in hevc_hv_biwgt_4t_4multx8mult_msa() 5007 SRAR_W4_SW(dst in hevc_hv_biwgt_4t_6w_msa() [all...] |
H A D | hevc_mc_uniw_msa.c | 41 SRAR_W4_SW(in0_r_m, in1_r_m, in0_l_m, in1_l_m, rnd_w); \ 1863 SRAR_W4_SW(dst0_r, dst1_r, dst2_r, dst3_r, rnd_vec); in hevc_hv_uniwgt_8t_4w_msa() 2014 SRAR_W4_SW(dst0_r, dst1_r, dst0_l, dst1_l, rnd_vec); in hevc_hv_uniwgt_8t_8multx2mult_msa() 2246 SRAR_W4_SW(dst0_r, dst1_r, dst2_r, dst3_r, rnd_vec); in hevc_hv_uniwgt_8t_12w_msa() 4316 SRAR_W4_SW(dst0, dst1, dst2, dst3, rnd_vec); in hevc_hv_uniwgt_4t_4x4_msa() 4414 SRAR_W4_SW(dst0, dst1, dst2, dst3, rnd_vec); in hevc_hv_uniwgt_4t_4multx8mult_msa() 4415 SRAR_W4_SW(dst4, dst5, dst6, dst7, rnd_vec); in hevc_hv_uniwgt_4t_4multx8mult_msa() 4568 SRAR_W4_SW(dst0_r, dst1_r, dst2_r, dst3_r, rnd_vec); in hevc_hv_uniwgt_4t_6w_msa() 4569 SRAR_W4_SW(dst4_r, dst5_r, dst6_r, dst7_r, rnd_vec); in hevc_hv_uniwgt_4t_6w_msa() 4570 SRAR_W4_SW(dst0_ in hevc_hv_uniwgt_4t_6w_msa() [all...] |
/third_party/ffmpeg/libavutil/mips/ |
H A D | generic_macros_msa.h | 2041 #define SRAR_W4_SW(...) SRAR_W4(v4i32, __VA_ARGS__) macro
|
Completed in 47 milliseconds