/third_party/ffmpeg/libavcodec/mips/ |
H A D | simple_idct_msa.c | 76 SUB2(a1_r, temp2_r, a1_l, temp2_l, a1_r, a1_l); in simple_idct_msa() 78 SUB2(a3_r, temp1_r, a3_l, temp1_l, a3_r, a3_l); in simple_idct_msa() 149 SUB2(a1_r, temp2_r, a1_l, temp2_l, a1_r, a1_l); in simple_idct_msa() 151 SUB2(a3_r, temp1_r, a3_l, temp1_l, a3_r, a3_l); in simple_idct_msa() 235 SUB2(a1_r, temp0_r, a1_l, temp0_l, a1_r, a1_l); in simple_idct_put_msa() 236 SUB2(a2_r, temp0_r, a2_l, temp0_l, a2_r, a2_l); in simple_idct_put_msa() 239 SUB2(a1_r, temp2_r, a1_l, temp2_l, a1_r, a1_l); in simple_idct_put_msa() 241 SUB2(a3_r, temp1_r, a3_l, temp1_l, a3_r, a3_l); in simple_idct_put_msa() 307 SUB2(a1_r, temp0_r, a1_l, temp0_l, a1_r, a1_l); in simple_idct_put_msa() 308 SUB2(a2_ in simple_idct_put_msa() [all...] |
H A D | vp9_idct_msa.c | 493 SUB2(in1, in3, in7, in5, res0_m, res1_m); \ 1758 SUB2(reg5, reg4, reg3, reg2, vec0, vec1); in vp9_idct8x32_column_odd_process_store() 1822 SUB2(reg0, reg4, reg1, reg5, vec0, vec1); in vp9_idct8x32_column_odd_process_store() 1825 SUB2(reg2, reg6, reg3, reg7, vec0, vec1); in vp9_idct8x32_column_odd_process_store() 1837 SUB2(reg0, reg4, reg3, reg7, vec0, vec1); in vp9_idct8x32_column_odd_process_store() 1840 SUB2(reg1, reg5, reg2, reg6, vec0, vec1); in vp9_idct8x32_column_odd_process_store()
|
H A D | hevcpred_msa.c | 174 SUB2(vec2, vec0, vec3, vec0, vec2, vec3); in hevc_intra_pred_vert_16x16_msa() 298 SUB2(src0_r, src_top_val, src0_l, src_top_val, src0_r, src0_l); in hevc_intra_pred_horiz_16x16_msa()
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | filters_msa.c | 31 SUB2(src0, pred0, src1, pred1, dst0, dst1); in PredictLineInverse0() 115 SUB2(a0, c0, a1, c1, a0, a1); in PredictLineGradient()
|
H A D | lossless_enc_msa.c | 33 SUB2(t0, t2, t1, t3, t0, t1); \ 109 SUB2(src0, tmp0, src1, tmp1, dst0, dst1); in SubtractGreenFromBlueAndRed_MSA()
|
H A D | rescaler_msa.c | 318 SUB2(src0, frac0, src1, frac1, src0, src1);
|
H A D | enc_msa.c | 493 SUB2(d1, TL, d2, TL, d1, d2); in TrueMotion16x16() 835 SUB2(zero, tmp2, zero, tmp3, tmp0, tmp1); in QuantizeBlock_MSA()
|
H A D | upsampling_msa.c | 557 SUB2(t0, t2, t1, t3, diag1, diag2); \
|
H A D | dec_msa.c | 802 SUB2(d1, TL, d2, TL, d1, d2); in TM16()
|
H A D | msa_macro.h | 1186 #define SUB2(in0, in1, in2, in3, out0, out1) do { \ macro
|
/third_party/pcre2/pcre2/src/ |
H A D | pcre2test.c | 1557 #define SUB2(a,b,c) \ macro 2025 #define SUB2(a,b,c) \ macro 2148 #define SUB2(a,b,c) G(a,8)(G(b,8),G(c,8)) macro 2256 #define SUB2(a,b,c) G(a,16)(G(b,16),G(c,16)) macro 2364 #define SUB2(a,b,c) G(a,32)(G(b,32),G(c,32)) macro
|
/third_party/ffmpeg/libavutil/mips/ |
H A D | generic_macros_msa.h | 2135 #define SUB2(in0, in1, in2, in3, out0, out1) \ macro
|