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

  /external/webp/src/dsp/
msa_macro.h 227 #define LD_B3(RTYPE, psrc, stride, out0, out1, out2) do { \
231 #define LD_UB3(...) LD_B3(v16u8, __VA_ARGS__)
232 #define LD_SB3(...) LD_B3(v16i8, __VA_ARGS__)
    [all...]
  /external/libvpx/libvpx/vp8/common/mips/msa/
vp8_macros_msa.h 276 #define LD_B3(RTYPE, psrc, stride, out0, out1, out2) \
281 #define LD_UB3(...) LD_B3(v16u8, __VA_ARGS__)
282 #define LD_SB3(...) LD_B3(v16i8, __VA_ARGS__)
    [all...]
  /external/libaom/libaom/aom_dsp/mips/
macros_msa.h 303 #define LD_B3(RTYPE, psrc, stride, out0, out1, out2) \
308 #define LD_UB3(...) LD_B3(v16u8, __VA_ARGS__)
    [all...]

Completed in 74 milliseconds