Home
last modified time | relevance | path

Searched refs:DPADD_SH2_SW (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/mips/msa/
Ddct_msa.c91 DPADD_SH2_SW(temp0, temp0, const0, const1, out0, out1); in vp8_short_fdct4x4_msa()
108 DPADD_SH2_SW(temp0, temp0, const0, const1, out1, out3); in vp8_short_fdct4x4_msa()
/external/libvpx/libvpx/vpx_dsp/mips/
Dvariance_msa.c20 DPADD_SH2_SW(res_l0_m, res_l1_m, res_l0_m, res_l1_m, var, var); \
29 DPADD_SH2_SW(res_l0_m, res_l1_m, res_l0_m, res_l1_m, var, var); \
507 DPADD_SH2_SW(diff0, diff1, diff0, diff1, err0, err1); in vpx_get4x4sse_cs_msa()
Dmacros_msa.h790 #define DPADD_SH2_SW(...) DPADD_SH2(v4i32, __VA_ARGS__) macro
Dsub_pixel_variance_msa.c33 DPADD_SH2_SW(res_l0_m, res_l1_m, res_l0_m, res_l1_m, var, var); \
/external/libvpx/libvpx/vp8/common/mips/msa/
Dvp8_macros_msa.h732 #define DPADD_SH2_SW(...) DPADD_SH2(v4i32, __VA_ARGS__) macro