Searched refs:DPADD_SB2_SH (Results 1 – 6 of 6) sorted by relevance
/external/libaom/libaom/aom_dsp/mips/ |
D | aom_convolve_msa.h | 44 DPADD_SB2_SH(vec2_m, vec3_m, filt1, filt1, res0_m, res1_m); \ 48 DPADD_SB2_SH(vec6_m, vec7_m, filt3, filt3, res2_m, res3_m); \
|
D | macros_msa.h | 803 #define DPADD_SB2_SH(...) DPADD_SB2(v8i16, __VA_ARGS__) macro
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | vpx_convolve_msa.h | 60 DPADD_SB2_SH(vec2_m, vec3_m, filt1, filt1, res0_m, res1_m); \ 64 DPADD_SB2_SH(vec6_m, vec7_m, filt3, filt3, res2_m, res3_m); \
|
D | macros_msa.h | 676 #define DPADD_SB2_SH(...) DPADD_SB2(v8i16, __VA_ARGS__) macro
|
/external/libvpx/libvpx/vp8/common/mips/msa/ |
D | sixtap_filter_msa.c | 60 DPADD_SB2_SH(vec2_m, vec3_m, filt1, filt1, out0, out1); \ 62 DPADD_SB2_SH(vec4_m, vec5_m, filt2, filt2, out0, out1); \ 117 DPADD_SB2_SH(vec2_m, vec3_m, filt1, filt1, out0, out1); \
|
D | vp8_macros_msa.h | 686 #define DPADD_SB2_SH(...) DPADD_SB2(v8i16, __VA_ARGS__) macro
|