/external/webp/src/dsp/ |
msa_macro.h | 255 #define LD_H2(RTYPE, psrc, stride, out0, out1) do { \ 259 #define LD_UH2(...) LD_H2(v8u16, __VA_ARGS__) 260 #define LD_SH2(...) LD_H2(v8i16, __VA_ARGS__) [all...] |
/external/libaom/libaom/aom_dsp/mips/ |
macros_msa.h | 348 #define LD_H2(RTYPE, psrc, stride, out0, out1) \ 353 #define LD_SH2(...) LD_H2(v8i16, __VA_ARGS__) 357 LD_H2(RTYPE, (psrc), stride, out0, out1); \ 358 LD_H2(RTYPE, (psrc) + 2 * stride, stride, out2, out3); \ [all...] |
/external/libvpx/libvpx/vp8/common/mips/msa/ |
vp8_macros_msa.h | 315 #define LD_H2(RTYPE, psrc, stride, out0, out1) \ 320 #define LD_SH2(...) LD_H2(v8i16, __VA_ARGS__) 324 LD_H2(RTYPE, (psrc), stride, out0, out1); \ 325 LD_H2(RTYPE, (psrc) + 2 * stride, stride, out2, out3); \ [all...] |
/external/curl/ |
configure | [all...] |