Searched refs:DOTP_SB2_SH (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | vpx_convolve_msa.h | 56 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); \
|
D | macros_msa.h | 704 #define DOTP_SB2_SH(...) DOTP_SB2(v8i16, __VA_ARGS__) macro
|
/external/libvpx/libvpx/vp8/common/mips/msa/ |
D | sixtap_filter_msa.c | 62 DOTP_SB2_SH(vec0_m, vec1_m, filt0, filt0, out0, out1); \ 121 DOTP_SB2_SH(vec0_m, vec1_m, filt0, filt0, out0, out1); \
|
D | vp8_macros_msa.h | 640 #define DOTP_SB2_SH(...) DOTP_SB2(v8i16, __VA_ARGS__) macro
|