/third_party/ffmpeg/libavcodec/mips/ |
D | simple_idct_msa.c | 79 ILVRL_H2_SW(in1, in3, b3_r, b3_l); in simple_idct_msa() 81 ILVRL_H2_SW(in5, in7, temp0_r, temp0_l); in simple_idct_msa() 152 ILVRL_H2_SW(in1, in3, b3_r, b3_l); in simple_idct_msa() 160 ILVRL_H2_SW(in5, in7, temp0_r, temp0_l); in simple_idct_msa() 242 ILVRL_H2_SW(in1, in3, b3_r, b3_l); in simple_idct_put_msa() 244 ILVRL_H2_SW(in5, in7, temp0_r, temp0_l); in simple_idct_put_msa() 314 ILVRL_H2_SW(in1, in3, b3_r, b3_l); in simple_idct_put_msa() 322 ILVRL_H2_SW(in5, in7, temp0_r, temp0_l); in simple_idct_put_msa() 394 ILVRL_H2_SW(in1, in3, b3_r, b3_l); in simple_idct_add_msa() 397 ILVRL_H2_SW(in5, in7, temp8_r, temp8_l); in simple_idct_add_msa() [all …]
|
D | hevc_idct_msa.c | 316 ILVRL_H2_SW(zeros, in0, in_r0, in_l0); in hevc_idct_4x4_msa() 317 ILVRL_H2_SW(zeros, in1, in_r1, in_l1); in hevc_idct_4x4_msa() 325 ILVRL_H2_SW(in1, in0, sum0, sum1); in hevc_idct_4x4_msa() 957 ILVRL_H2_SW(dst1, dst0, res0, res1); in hevc_idct_luma_4x4_msa()
|
D | vp8_lpf_msa.c | 614 ILVRL_H2_SW(tmp1, tmp0, tmp2, tmp3); in ff_vp8_h_loop_filter8uv_inner_msa() 617 ILVRL_H2_SW(tmp1, tmp0, tmp4, tmp5); in ff_vp8_h_loop_filter8uv_inner_msa()
|
D | vp9_idct_msa.c | 75 ILVRL_H2_SW((-reg1), reg0, s1_m, s0_m); \ 76 ILVRL_H2_SW(reg0, reg1, s3_m, s2_m); \ 562 ILVRL_H2_SW(r3_m, r2_m, m2_m, m3_m); \ 587 ILVRL_H2_SW(in5, in2, m2_m, m3_m); \
|
D | hevc_mc_biw_msa.c | 122 ILVRL_H2_SW(dst0, in0, dst0_r, dst0_l); in hevc_biwgt_copy_4w_msa() 1066 ILVRL_H2_SW(dst2, in2, dst2_r, dst2_l); in hevc_hz_biwgt_8t_24w_msa() 1099 ILVRL_H2_SW(dst2, in2, dst2_r, dst2_l); in hevc_hz_biwgt_8t_24w_msa() 1671 ILVRL_H2_SW(tmp2, in2, dst2_r, dst2_l); in hevc_vt_biwgt_8t_12w_msa() 2682 ILVRL_H2_SW(dst0, in0, dst0_r, dst0_l); in hevc_hz_biwgt_4t_4x2_msa() 3553 ILVRL_H2_SW(dst10, in0, dst10_r, dst10_l); in hevc_vt_biwgt_4t_4x2_msa()
|
D | hevc_mc_uniw_msa.c | 37 ILVRL_H2_SW(in0_h, in0_h, in0_r_m, in0_l_m); \ 38 ILVRL_H2_SW(in1_h, in1_h, in1_r_m, in1_l_m); \ 86 ILVRL_H2_SW(dst0, dst0, dst0_r, dst0_l); in hevc_uniwgt_copy_4w_msa() 2392 ILVRL_H2_SW(dst0, dst0, dst0_r, dst0_l); in hevc_hz_uniwgt_4t_4x2_msa() 3293 ILVRL_H2_SW(dst0, dst0, dst0_r, dst0_l); in hevc_vt_uniwgt_4t_4x2_msa()
|
D | h264dsp_msa.c | 1770 ILVRL_H2_SW(q2, p2, dst0, dst1); in avc_h_loop_filter_luma_mbaff_msa()
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
D | enc_msa.c | 824 ILVRL_H2_SW(zero, tmp0, t0, t1); in QuantizeBlock_MSA() 825 ILVRL_H2_SW(zero, tmp1, t2, t3); in QuantizeBlock_MSA()
|
D | msa_macro.h | 955 #define ILVRL_H2_SW(...) ILVRL_H2(v4i32, __VA_ARGS__) macro 1261 ILVRL_H2_SW(tmp_m, in, out0, out1); \
|
D | dec_msa.c | 612 ILVRL_H2_SW(tmp1, tmp0, tmp2, tmp3); in HFilter8i() 614 ILVRL_H2_SW(tmp1, tmp0, tmp4, tmp5); in HFilter8i()
|
/third_party/ffmpeg/libavutil/mips/ |
D | generic_macros_msa.h | 1509 #define ILVRL_H2_SW(...) ILVRL_H2(v4i32, __VA_ARGS__) macro 2229 ILVRL_H2_SW(tmp_m, in, out0, out1); \
|