| /external/libaom/libaom/aom_dsp/mips/ |
| 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); \
|
| macros_msa.h | [all...] |
| /external/libvpx/libvpx/vpx_dsp/mips/ |
| 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); \
|
| macros_msa.h | [all...] |
| /external/libvpx/libvpx/vp8/common/mips/msa/ |
| 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); \ [all...] |
| vp8_macros_msa.h | 686 #define DPADD_SB2_SH(...) DPADD_SB2(v8i16, __VA_ARGS__) [all...] |