Home
last modified time | relevance | path

Searched refs:LD_H2 (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp8/common/mips/msa/
Dvp8_macros_msa.h333 #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/
Dmacros_msa.h344 #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/
Dconfigure.ac2836 LD_H2=`CURL_EXPORT_PCDIR([$want_h2_path])
2838 AC_MSG_NOTICE([-L is $LD_H2])
2840 LDFLAGS="$LDFLAGS $LD_H2"