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

  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
macros_msa.h 195 #define ST_H2(RTYPE, in0, in1, pdst, stride) \
200 #define ST_UH2(...) ST_H2(v8u16, __VA_ARGS__)
  /external/libyuv/files/include/libyuv/
macros_msa.h 195 #define ST_H2(RTYPE, in0, in1, pdst, stride) \
200 #define ST_UH2(...) ST_H2(v8u16, __VA_ARGS__)
  /external/webp/src/dsp/
msa_macro.h 350 #define ST_H2(RTYPE, in0, in1, pdst, stride) do { \
354 #define ST_UH2(...) ST_H2(v8u16, __VA_ARGS__)
355 #define ST_SH2(...) ST_H2(v8i16, __VA_ARGS__)
    [all...]
  /external/libaom/libaom/aom_dsp/mips/
macros_msa.h 435 #define ST_H2(RTYPE, in0, in1, pdst, stride) \
440 #define ST_SH2(...) ST_H2(v8i16, __VA_ARGS__)
444 ST_H2(RTYPE, in0, in1, (pdst), stride); \
445 ST_H2(RTYPE, in2, in3, (pdst) + 2 * stride, stride); \
    [all...]
  /external/libvpx/libvpx/vp8/common/mips/msa/
vp8_macros_msa.h 372 #define ST_H2(RTYPE, in0, in1, pdst, stride) \
377 #define ST_SH2(...) ST_H2(v8i16, __VA_ARGS__)
    [all...]

Completed in 78 milliseconds