HomeSort by relevance Sort by last modified time
    Searched refs:LD_H2 (Results 1 - 3 of 3) sorted by null

  /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/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...]

Completed in 119 milliseconds