Searched refs:DOTP_SH2_SW (Results 1 - 6 of 6) sorted by relevance
/third_party/ffmpeg/libavcodec/mips/ |
H A D | hevc_idct_msa.c | 75 DOTP_SH2_SW(in_l0, in_l1, cnst36, cnst83, vec4, vec5); \ 212 DOTP_SH2_SW(src7_r, src7_l, filter2, filter2, sum3_r, sum3_l); \ 222 DOTP_SH2_SW(src2_r, src2_l, filter0, filter0, temp0_r, temp0_l); \ 224 DOTP_SH2_SW(src5_r, src5_l, filter2, filter2, temp1_r, temp1_l); \ 234 DOTP_SH2_SW(src3_r, src3_l, filter1, filter1, temp0_r, temp0_l); \ 471 DOTP_SH2_SW(src0_r, src0_l, filter0, filter0, sum0_r, sum0_l); in hevc_idct_8x32_column_msa() 482 DOTP_SH2_SW(src0_r, src0_l, filter0, filter0, sum0_r, sum0_l); in hevc_idct_8x32_column_msa() 525 DOTP_SH2_SW(src0_r, src0_l, filter0, filter0, sum0_r, sum0_l); in hevc_idct_8x32_column_msa() 562 DOTP_SH2_SW(src0_r, src0_l, filter0, filter0, sum0_r, sum0_l); in hevc_idct_8x32_column_msa() 572 DOTP_SH2_SW(src4_ in hevc_idct_8x32_column_msa() [all...] |
H A D | vp9_idct_msa.c | 77 DOTP_SH2_SW(s1_m, s0_m, k0_m, k0_m, s1_m, s0_m); \ 81 DOTP_SH2_SW(s3_m, s2_m, k0_m, k0_m, s1_m, s0_m); \ 109 DOTP_SH2_SW(in0, in1, in2, in2, tp1_m, tp0_m); \ 257 DOTP_SH2_SW(step0_m, step0_m, c0_m, c1_m, tmp0_m, tmp1_m); \ 262 DOTP_SH2_SW(step1_m, step1_m, c2_m, c3_m, tmp2_m, tmp3_m); \ 286 DOTP_SH2_SW(res0_m, res1_m, c0_m, c1_m, tmp2_m, tmp1_m); \ 291 DOTP_SH2_SW(res0_m, res1_m, c0_m, c1_m, tmp0_m, tmp1_m); \ 297 DOTP_SH2_SW(res0_m, res1_m, c0_m, c1_m, tmp0_m, tmp1_m); \ 659 DOTP_SH2_SW(s0, s0, k1, k0, tmp0, tmp1); in vp9_idct8x8_12_colcol_addblk_msa()
|
H A D | hevc_mc_uniw_msa.c | 87 DOTP_SH2_SW(dst0_r, dst0_l, weight_vec, weight_vec, dst0_r, dst0_l); in hevc_uniwgt_copy_4w_msa() 2393 DOTP_SH2_SW(dst0_r, dst0_l, weight_vec, weight_vec, dst0_r, dst0_l); in hevc_hz_uniwgt_4t_4x2_msa() 3294 DOTP_SH2_SW(dst0_r, dst0_l, weight_vec, weight_vec, dst0_r, dst0_l); in hevc_vt_uniwgt_4t_4x2_msa()
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | enc_msa.c | 197 DOTP_SH2_SW(tmp0, tmp1, tmp2, tmp3, dst0, dst1); in TTransform_MSA() 698 DOTP_SH2_SW(tmp2, tmp3, tmp2, tmp3, out0, out1); \ 701 DOTP_SH2_SW(tmp2, tmp3, tmp2, tmp3, out2, out3); \ 794 DOTP_SH2_SW(diff0, diff1, diff0, diff1, out0, out1); in SSE4x4_MSA()
|
H A D | msa_macro.h | 491 #define DOTP_SH2_SW(...) DOTP_SH2(v4i32, __VA_ARGS__) macro
|
/third_party/ffmpeg/libavutil/mips/ |
H A D | generic_macros_msa.h | 803 #define DOTP_SH2_SW(...) DOTP_SH2(v4i32, __VA_ARGS__) macro
|
Completed in 25 milliseconds