/third_party/ffmpeg/libavcodec/mips/ |
D | simple_idct_msa.c | 102 PCKEV_H4_SW(temp0_l, temp0_r, temp1_l, temp1_r, in simple_idct_msa() 115 PCKEV_H4_SW(a0_l, a0_r, a1_l, a1_r, a2_l, a2_r, a3_l, a3_r, in simple_idct_msa() 175 PCKEV_H4_SW(temp0_l, temp0_r, temp1_l, temp1_r, temp2_l, temp2_r, in simple_idct_msa() 179 PCKEV_H4_SW(a0_l, a0_r, a1_l, a1_r, a2_l, a2_r, a3_l, a3_r, in simple_idct_msa() 265 PCKEV_H4_SW(temp0_l, temp0_r, temp1_l, temp1_r, in simple_idct_put_msa() 278 PCKEV_H4_SW(a0_l, a0_r, a1_l, a1_r, a2_l, a2_r, a3_l, a3_r, in simple_idct_put_msa() 444 PCKEV_H4_SW(temp0_l, temp0_r, temp1_l, temp1_r, in simple_idct_add_msa() 457 PCKEV_H4_SW(a0_l, a0_r, a1_l, a1_r, a2_l, a2_r, a3_l, a3_r, in simple_idct_add_msa() 506 PCKEV_H4_SW(temp0_l, temp0_r, temp1_l, temp1_r, temp2_l, temp2_r, in simple_idct_add_msa() 526 PCKEV_H4_SW(a0_l, a0_r, a1_l, a1_r, a2_l, a2_r, a3_l, a3_r, in simple_idct_add_msa()
|
D | vc1dsp_msa.c | 276 PCKEV_H4_SW(in4, in0, in5, in1, in6, in2, in7, in3, t1, t2, t3, t4); in ff_vc1_inv_trans_8x4_msa() 308 PCKEV_H4_SW(in4, in0, in5, in1, in6, in2, in7, in3, in0, in1, in2, in3); in ff_vc1_inv_trans_8x4_msa()
|
D | hevc_mc_biw_msa.c | 4795 PCKEV_H4_SW(dst1, dst0, dst3, dst2, dst5, dst4, dst7, dst6, dst0, dst1, in hevc_hv_biwgt_4t_4multx8mult_msa() 5232 PCKEV_H4_SW(dst0_l, dst0_r, dst1_l, dst1_r, dst2_l, dst2_r, dst3_l, in hevc_hv_biwgt_4t_8multx4_msa() 5371 PCKEV_H4_SW(dst0_l, dst0_r, dst1_l, dst1_r, dst2_l, dst2_r, dst3_l, dst3_r, in hevc_hv_biwgt_4t_8x6_msa() 5522 PCKEV_H4_SW(dst0_l, dst0_r, dst1_l, dst1_r, dst2_l, dst2_r, dst3_l, in hevc_hv_biwgt_4t_8multx4mult_msa() 5709 PCKEV_H4_SW(dst0_l, dst0_r, dst1_l, dst1_r, dst2_l, dst2_r, dst3_l, in hevc_hv_biwgt_4t_12w_msa() 5805 PCKEV_H4_SW(dst1, dst0, dst3, dst2, dst5, dst4, dst7, dst6, in hevc_hv_biwgt_4t_12w_msa()
|
D | hevcdsp_msa.c | 3437 PCKEV_H4_SW(dst1, dst0, dst3, dst2, dst5, dst4, dst7, dst6, in hevc_hv_4t_4multx8mult_msa() 3844 PCKEV_H4_SW(dst0_l, dst0_r, dst1_l, dst1_r, in hevc_hv_4t_8x6_msa() 3953 PCKEV_H4_SW(dst0_l, dst0_r, dst1_l, dst1_r, in hevc_hv_4t_8multx4mult_msa() 4091 PCKEV_H4_SW(dst0_l, dst0_r, dst1_l, dst1_r, dst2_l, dst2_r, dst3_l, in hevc_hv_4t_12w_msa() 4158 PCKEV_H4_SW(tmp1, tmp0, tmp3, tmp2, tmp5, tmp4, tmp7, tmp6, tmp0, tmp1, in hevc_hv_4t_12w_msa()
|
/third_party/ffmpeg/libavutil/mips/ |
D | generic_macros_msa.h | 1783 #define PCKEV_H4_SW(...) PCKEV_H4(v4i32, __VA_ARGS__) macro
|