Home
last modified time | relevance | path

Searched refs:DOTP_SB2_SH (Results 1 – 9 of 9) sorted by relevance

/external/libaom/libaom/aom_dsp/mips/
Daom_convolve_msa.h42 DOTP_SB2_SH(vec0_m, vec1_m, filt0, filt0, res0_m, res1_m); \
46 DOTP_SB2_SH(vec4_m, vec5_m, filt2, filt2, res2_m, res3_m); \
Dmacros_msa.h736 #define DOTP_SB2_SH(...) DOTP_SB2(v8i16, __VA_ARGS__) macro
/external/webp/src/dsp/
Dlossless_enc_msa.c25 DOTP_SB2_SH(g0, g1, c0, c0, t0, t1); \
31 DOTP_SB2_SH(t4, t5, c1, c1, t2, t3); \
Dlossless_msa.c86 DOTP_SB2_SH(g0, g1, c0, c0, t0, t1); \
92 DOTP_SB2_SH(t4, t5, c1, c1, t2, t3); \
Dmsa_macro.h475 #define DOTP_SB2_SH(...) DOTP_SB2(v8i16, __VA_ARGS__) macro
/external/libvpx/libvpx/vpx_dsp/mips/
Dvpx_convolve_msa.h58 DOTP_SB2_SH(vec0_m, vec1_m, filt0, filt0, res0_m, res1_m); \
62 DOTP_SB2_SH(vec4_m, vec5_m, filt2, filt2, res2_m, res3_m); \
Dmacros_msa.h609 #define DOTP_SB2_SH(...) DOTP_SB2(v8i16, __VA_ARGS__) macro
/external/libvpx/libvpx/vp8/common/mips/msa/
Dsixtap_filter_msa.c58 DOTP_SB2_SH(vec0_m, vec1_m, filt0, filt0, out0, out1); \
115 DOTP_SB2_SH(vec0_m, vec1_m, filt0, filt0, out0, out1); \
Dvp8_macros_msa.h620 #define DOTP_SB2_SH(...) DOTP_SB2(v8i16, __VA_ARGS__) macro