Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/mips/
Dvpx_convolve_msa.h56 DOTP_SB2_SH(vec0_m, vec1_m, filt0, filt0, res0_m, res1_m); \
60 DOTP_SB2_SH(vec4_m, vec5_m, filt2, filt2, res2_m, res3_m); \
Dmacros_msa.h704 #define DOTP_SB2_SH(...) DOTP_SB2(v8i16, __VA_ARGS__) macro
/external/libvpx/libvpx/vp8/common/mips/msa/
Dsixtap_filter_msa.c62 DOTP_SB2_SH(vec0_m, vec1_m, filt0, filt0, out0, out1); \
121 DOTP_SB2_SH(vec0_m, vec1_m, filt0, filt0, out0, out1); \
Dvp8_macros_msa.h640 #define DOTP_SB2_SH(...) DOTP_SB2(v8i16, __VA_ARGS__) macro