Searched refs:LD_H2 (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vp8/common/mips/msa/ |
D | vp8_macros_msa.h | 333 #define LD_H2(RTYPE, psrc, stride, out0, out1) \ macro 338 #define LD_SH2(...) LD_H2(v8i16, __VA_ARGS__) 342 LD_H2(RTYPE, (psrc), stride, out0, out1); \ 343 LD_H2(RTYPE, (psrc) + 2 * stride, stride, out2, out3); \
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | macros_msa.h | 344 #define LD_H2(RTYPE, psrc, stride, out0, out1) { \ macro 348 #define LD_SH2(...) LD_H2(v8i16, __VA_ARGS__) 351 LD_H2(RTYPE, (psrc), stride, out0, out1); \ 352 LD_H2(RTYPE, (psrc) + 2 * stride, stride, out2, out3); \
|
/external/curl/ |
D | configure.ac | 2836 LD_H2=`CURL_EXPORT_PCDIR([$want_h2_path]) 2838 AC_MSG_NOTICE([-L is $LD_H2]) 2840 LDFLAGS="$LDFLAGS $LD_H2"
|